storyListMain property

StoryListMain? storyListMain

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;
}