EpubViewSubChapter constructor

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

Implementation

EpubViewSubChapter(super.title, super.startIndex);