currentStory property

StoryItemModel currentStory

Implementation

StoryItemModel get currentStory =>
    stories.length > currentIndex! && stories.isNotEmpty
        ? stories.elementAt(currentIndex!)
        : StoryItemModel();