Paragraph constructor

Paragraph(
  1. Element element,
  2. int chapterIndex
)

Implementation

Paragraph(this.element, this.chapterIndex);