UEpubChapter constructor

const UEpubChapter({
  1. required int spineIndex,
  2. required String href,
  3. required List<UEpubBlock> blocks,
  4. required String title,
  5. required String text,
})

Implementation

const UEpubChapter({required this.spineIndex, required this.href, required this.blocks, required this.title, required this.text});