isOrderedList property

bool get isOrderedList

Returns true if this ContentfulContentNodeType is an ordered list.

Implementation

bool get isOrderedList => this == ContentfulContentNodeType.orderedList;