isParagraph property

bool isParagraph

Returns true if is a Paragraph block.

Implementation

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