Paragraph constructor

Paragraph(
  1. int seqNo,
  2. String style
)

Implementation

Paragraph(this.seqNo, this.style);