isList property

bool get isList

Implementation

bool get isList => type == UBlockType.bulleted || type == UBlockType.numbered || type == UBlockType.checklist;