EpubSpine class

Constructors

EpubSpine(String tableOfContents, List<EpubSpineItemRef> items)
const
EpubSpine.named({required String tableOfContents, required List<EpubSpineItemRef> items})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
items List<EpubSpineItemRef>
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
tableOfContents String
final

Methods

copyWith({Maybe<String> tableOfContents = const Maybe.none(), Maybe<List<EpubSpineItemRef>> items = const Maybe.none()}) EpubSpine
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
toString() String
A string representation of this object.
override

Operators

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