storyListMain property
The list of stories, shown in the main chat list and folder chat lists
Implementation
StoryListMain? get storyListMain {
if (this is StoryListMain) {
return this as StoryListMain;
}
return null;
}
The list of stories, shown in the main chat list and folder chat lists
StoryListMain? get storyListMain {
if (this is StoryListMain) {
return this as StoryListMain;
}
return null;
}