isHeading property

bool get isHeading

Implementation

bool get isHeading =>
    this == ContentfulContentNodeType.headingOne ||
    this == ContentfulContentNodeType.headingTwo ||
    this == ContentfulContentNodeType.headingThree ||
    this == ContentfulContentNodeType.headingFour ||
    this == ContentfulContentNodeType.headingFive ||
    this == ContentfulContentNodeType.headingSix;