EpubBook class

Constructors

EpubBook(String? title, String author, List<String> authorList, EpubSchema schema, EpubContent content, Image? coverImage, List<EpubChapter> chapters)
const
EpubBook.named({required String? title, required String author, required List<String> authorList, required EpubSchema schema, required EpubContent content, required Image? coverImage, required List<EpubChapter> chapters})
const

Properties

author String
final
authorList List<String>
final
chapters List<EpubChapter>
final
content EpubContent
final
coverImage Image?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
schema EpubSchema
final
title String?
final

Methods

copyWith({Maybe<String?> title = const Maybe.none(), Maybe<String> author = const Maybe.none(), Maybe<List<String>> authorList = const Maybe.none(), Maybe<EpubSchema> schema = const Maybe.none(), Maybe<EpubContent> content = const Maybe.none(), Maybe<Image?> coverImage = const Maybe.none(), Maybe<List<EpubChapter>> chapters = const Maybe.none()}) EpubBook
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