ProjectDataDefinition class

Constructors

ProjectDataDefinition({required String packageName, required List<MetaLocalizationDefinition> metaLocalizationDefinitions, required List<MetaThemeDefinition> metaThemeDefinitions, required Map<String, MetaStoriesDefinition> metaStoriesDefinitionMap})

Properties

allLocaleLanguageTags Iterable<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
metaLocalizationDefinitions List<MetaLocalizationDefinition>
List of user-annotated localizations
final
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
final
metaThemeDefinitions List<MetaThemeDefinition>
List of user-annotated themes
final
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasStory(StoryId storyId) bool
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