EpubBook constructor
const
EpubBook(
- String? title,
- String author,
- List<
String> authorList, - EpubSchema schema,
- EpubContent content,
- Image? coverImage,
- List<
EpubChapter> chapters,
Implementation
const EpubBook(this.title, this.author, this.authorList, this.schema,
this.content, this.coverImage, this.chapters)
: super();