updateStory property
A story was changed
Implementation
UpdateStory? get updateStory {
if (this is UpdateStory) {
return this as UpdateStory;
}
return null;
}
A story was changed
UpdateStory? get updateStory {
if (this is UpdateStory) {
return this as UpdateStory;
}
return null;
}