isUnorderedList property

bool get isUnorderedList

Returns true if this ContentfulContentNodeType is an unordered list.

Implementation

bool get isUnorderedList => this == ContentfulContentNodeType.unorderedList;