isOrderedList property
bool
get
isOrderedList
Returns true
if this ContentfulContentNodeType is an ordered list.
Implementation
bool get isOrderedList => this == ContentfulContentNodeType.orderedList;
Returns true
if this ContentfulContentNodeType is an ordered list.
bool get isOrderedList => this == ContentfulContentNodeType.orderedList;