EpubSpineItemRef class

Constructors

EpubSpineItemRef(String idRef, bool isLinear)
const
EpubSpineItemRef.named({required String idRef, required bool isLinear})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
idRef String
final
isLinear bool
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride

Methods

copyWith({Maybe<String> idRef = const Maybe.none(), Maybe<bool> isLinear = const Maybe.none()}) EpubSpineItemRef
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