isParagraph property

bool get isParagraph

Returns true if this ContentfulContentNodeType is a paragraph

Implementation

bool get isParagraph => this == ContentfulContentNodeType.paragraph;