isHeadingThree property
bool
get
isHeadingThree
Returns true
if this ContentfulContentNodeType is a heading-3
Implementation
bool get isHeadingThree => this == ContentfulContentNodeType.headingThree;
Returns true
if this ContentfulContentNodeType is a heading-3
bool get isHeadingThree => this == ContentfulContentNodeType.headingThree;