ConstEpubBookRefData constructor
const
ConstEpubBookRefData(
- Archive epubArchive,
- String? title,
- String author,
- List<
String> authorList, - EpubSchema schema,
Implementation
const ConstEpubBookRefData(
this.epubArchive, this.title, this.author, this.authorList, this.schema)
: super();