Paragraph constructor

Paragraph(
  1. dynamic node,
  2. Next next
)

Implementation

Paragraph(this.node, this.next);