ProjectData class

Constructors

ProjectData(String packageName, List<MetaLocalization> metaLocalizations, List<MetaTheme> metaThemes, Map<String, MetaStories> metaStoriesMap)

Properties

allLocaleLanguageTags Iterable<String>
no setterinherited
allLocales Iterable<Locale>
no setter
hashCode int
The hash code for this object.
no setterinherited
metaLocalizationDefinitions List<MetaLocalizationDefinition>
List of user-annotated localizations
finalinherited
metaLocalizations List<MetaLocalization>
no setter
metaStoriesDefinitionMap Map<String, MetaStoriesDefinition>
It maps generated meta-stories path to its meta-stories object. As of 2020-04-15, the key looks like $packageName|$generatedStoriesFilePath
finalinherited
metaStoriesMap Map<String, MetaStories>
no setter
metaThemeDefinitions List<MetaThemeDefinition>
List of user-annotated themes
finalinherited
metaThemes List<MetaTheme>
no setter
packageName String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasStory(StoryId storyId) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited