EpubChapterRef constructor
const
EpubChapterRef(
- EpubTextContentFileRef epubTextContentFileRef,
- String title,
- String contentFileName,
- String? anchor,
- List<
EpubChapterRef> subChapters,
Implementation
const EpubChapterRef(this.epubTextContentFileRef, this.title,
this.contentFileName, this.anchor, this.subChapters)
: super();