ParseParagraphsResult constructor

ParseParagraphsResult(
  1. List<Paragraph> flatParagraphs,
  2. List<int> chapterIndexes
)

Implementation

ParseParagraphsResult(this.flatParagraphs, this.chapterIndexes);