ParagraphBlock constructor

ParagraphBlock(
  1. List<InlineNode> inlines
)

Implementation

ParagraphBlock(this.inlines);