stories property

Iterable<Story> stories
getter/setter pair

Implementation

static Iterable<Story> stories = [
  StoryRecupAvatar(),
  StoryRecupListTile(),
  StoryRecupSwitchListTile(),
];