hasStory method

bool hasStory(
  1. StoryId storyId
)
inherited

Implementation

bool hasStory(StoryId storyId) =>
    metaStoriesDefinitionMap.containsKey(storyId.storiesMapKey) &&
    metaStoriesDefinitionMap[storyId.storiesMapKey]!
        .storiesNames
        .contains(storyId.storyName);