isParagraph property

bool get isParagraph

Returns true if is a Paragraph block.

Implementation

bool get isParagraph => this.type == BlockTypes.Paragraph;