EpubChapter constructor
const
EpubChapter({})
Implementation
const EpubChapter({
this.title,
this.contentFileName,
this.anchor,
this.htmlContent,
this.subChapters = const <EpubChapter>[],
});
const EpubChapter({
this.title,
this.contentFileName,
this.anchor,
this.htmlContent,
this.subChapters = const <EpubChapter>[],
});