currentStoryIndex property

dynamic get currentStoryIndex

Implementation

get currentStoryIndex => storyIndex >= storyLimit ? storyLimit : storyIndex;