currentStoryIndex property
dynamic
get
currentStoryIndex
Implementation
get currentStoryIndex => storyIndex >= storyLimit ? storyLimit : storyIndex;
get currentStoryIndex => storyIndex >= storyLimit ? storyLimit : storyIndex;