EpubChapterRef constructor

const EpubChapterRef(
  1. EpubTextContentFileRef epubTextContentFileRef,
  2. String title,
  3. String contentFileName,
  4. String? anchor,
  5. List<EpubChapterRef> subChapters,
)

Implementation

const EpubChapterRef(this.epubTextContentFileRef, this.title,
    this.contentFileName, this.anchor, this.subChapters)
    : super();