EpubChapter class

Constructors

EpubChapter(String title, String contentFileName, String? anchor, String htmlContent, List<EpubChapter> subChapters)
const
EpubChapter.named({required String title, required String contentFileName, required String? anchor, required String htmlContent, required List<EpubChapter> subChapters})
const

Properties

anchor String?
final
contentFileName String
final
hashCode int
The hash code for this object.
no setteroverride
htmlContent String
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
subChapters List<EpubChapter>
final
title String
final

Methods

copyWith({Maybe<String> title = const Maybe.none(), Maybe<String> contentFileName = const Maybe.none(), Maybe<String?> anchor = const Maybe.none(), Maybe<String> htmlContent = const Maybe.none(), Maybe<List<EpubChapter>> subChapters = const Maybe.none()}) EpubChapter
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