isList property

bool get isList

Implementation

bool get isList =>
    this == ContentfulContentNodeType.orderedList ||
    this == ContentfulContentNodeType.unorderedList;