StoryBookModel class

Constructors

StoryBookModel({required String storyTitle, required String storyDescription, required StoryElementModel story, List<StoryActionModel>? storyActions, String? subStoryDescription, IconData? iconData, required String sourceStoryFilePath, SyntaxHighlighterStyle? syntaxHighlighterStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconData IconData?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceStoryFilePath String
final
story StoryElementModel
getter/setter pair
storyActions List<StoryActionModel>?
getter/setter pair
storyDescription String
getter/setter pair
storyTitle String
getter/setter pair
subStoryDescription String?
getter/setter pair
syntaxHighlighterStyle → SyntaxHighlighterStyle?
final

Methods

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