SkillBook class
Constructors
-
SkillBook.from({required List<
SkillChapter> chapters}) - Returns the new instance of SkillBook based on arguments.
Properties
-
chapters
↔ List<
SkillChapter> -
The chapters
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEmpty → bool
-
Returns true if this skill book is empty, otherwise false.
no setter
- isNotEmpty → bool
-
Returns true if this skill book is not empty, otherwise false.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
flatten(
) → List< Skill> - Returns all skills in this skill 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