isParagraph property
bool
get
isParagraph
Returns true
if this ContentfulContentNodeType is a paragraph
Implementation
bool get isParagraph => this == ContentfulContentNodeType.paragraph;
Returns true
if this ContentfulContentNodeType is a paragraph
bool get isParagraph => this == ContentfulContentNodeType.paragraph;