isHeadingTwo property
bool
get
isHeadingTwo
Returns true
if this ContentfulContentNodeType is a heading-2
Implementation
bool get isHeadingTwo => this == ContentfulContentNodeType.headingTwo;
Returns true
if this ContentfulContentNodeType is a heading-2
bool get isHeadingTwo => this == ContentfulContentNodeType.headingTwo;