EpubSpineItemRef class
Constructors
- EpubSpineItemRef(String idRef, bool isLinear)
-
const
- EpubSpineItemRef.named({required String idRef, required bool isLinear})
-
const
Properties
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