EpubCfiReader.parser constructor

EpubCfiReader.parser({
  1. required String? cfiInput,
  2. required List<EpubChapter> chapters,
  3. required List<Paragraph> paragraphs,
})

Implementation

EpubCfiReader.parser({
  required this.cfiInput,
  required this.chapters,
  required this.paragraphs,
});