isBlockquote property

bool get isBlockquote

Returns true if this ContentfulContentNodeType is a blockquote

Implementation

bool get isBlockquote => this == ContentfulContentNodeType.blockquote;