MetaStoriesDefinition class
Constructors
-
MetaStoriesDefinition.new({required String package, required String path, required List<
String> storiesNames})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- package → String
-
Name of the user project or package
final
- path → String
-
Path to the
_stories.dart
file the user authoredfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
storiesNames
→ List<
String> -
List of story names in the stories file
final
Methods
-
copyWith(
{List< String> ? storiesNames}) → MetaStoriesDefinition -
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