EpubViewChapter constructor

EpubViewChapter(
  1. String? title,
  2. int startIndex
)

Implementation

EpubViewChapter(this.title, this.startIndex);