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