EpubChapterRef class
- Available extensions
Constructors
-
EpubChapterRef(EpubTextContentFileRef epubTextContentFileRef, String title, String contentFileName, String? anchor, List<
EpubChapterRef> subChapters) -
const
-
EpubChapterRef.named({required EpubTextContentFileRef epubTextContentFileRef, required String title, required String contentFileName, required String? anchor, required List<
EpubChapterRef> subChapters}) -
const
Properties
- anchor → String?
-
final
- contentFileName → String
-
final
- epubTextContentFileRef → EpubTextContentFileRef
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → ProductRuntimeType
-
A representation of the runtime type of the object.
no setteroverride
-
subChapters
→ List<
EpubChapterRef> -
final
- title → String
-
final
Methods
-
copyWith(
{Maybe< EpubTextContentFileRef> epubTextContentFileRef = const Maybe.none(), Maybe<String> title = const Maybe.none(), Maybe<String> contentFileName = const Maybe.none(), Maybe<String?> anchor = const Maybe.none(), Maybe<List< subChapters = const Maybe.none()}) → EpubChapterRefEpubChapterRef> > -
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