ConstEpubBookRefData constructor

const ConstEpubBookRefData(
  1. Archive epubArchive,
  2. String? title,
  3. String author,
  4. List<String> authorList,
  5. EpubSchema schema,
)

Implementation

const ConstEpubBookRefData(
    this.epubArchive, this.title, this.author, this.authorList, this.schema)
    : super();