CharacterBook class

Constructors

CharacterBook.from({required List<CharacterChapter> chapters})
Returns the new instance of CharacterBook based on an argument.

Properties

chapters List<CharacterChapter>
The character chapters
final
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
Returns true if this character book is empty, otherwise false.
no setter
isNotEmpty bool
Returns true if this character book is not empty, otherwise false.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flatten() List<Character>
Returns all characters in this character book.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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