NavPoint class
Represents a navigation point in an EPUB document.
Each navigation point has a class attribute, an ID, a play order, a label, a content, and possibly sub-navigation points.
Constructors
- Creates a new NavPoint with the given attributes.
Properties
- classAttribute → String
-
The class attribute of the navigation point.
final
- content → String
-
The content source of the navigation point.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the navigation point.
final
- label → String
-
The label of the navigation point.
final
- playOrder → String
-
The play order of the navigation point.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Sub-navigation points.
final
Methods
-
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.
inherited