stories property
read / write
Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers).
Implementation
late List<StoryInfo> stories;