isBlockquote property
bool
get
isBlockquote
Returns true
if this ContentfulContentNodeType is a blockquote
Implementation
bool get isBlockquote => this == ContentfulContentNodeType.blockquote;
Returns true
if this ContentfulContentNodeType is a blockquote
bool get isBlockquote => this == ContentfulContentNodeType.blockquote;