isParagraph property
bool
get
isParagraph
Returns true if is a Paragraph block.
Implementation
bool get isParagraph => this.type == BlockTypes.Paragraph;
Returns true if is a Paragraph block.
bool get isParagraph => this.type == BlockTypes.Paragraph;