EpubViewSubChapter constructor

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

Implementation

EpubViewSubChapter(String? title, int startIndex) : super(title, startIndex);