ContentsNode class
Container for the table of contents. parent is the parent entry in tree-like structure. key is the URL that can be used to open corresponding page of the book. value is the text label.
Constructors
- ContentsNode.new(ContentsNode? parent, String key, String value)
Properties
-
children
↔ List<
ContentsNode> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
final
- parent → ContentsNode?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
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