EpubNavigationDocTitle class

Constructors

EpubNavigationDocTitle(List<String> titles)
const
EpubNavigationDocTitle.named({required List<String> titles})
const

Properties

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

Methods

copyWith({Maybe<List<String>> titles = const Maybe.none()}) EpubNavigationDocTitle
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