isBulletedItem property
bool
get
isBulletedItem
Returns true if is a Bulleted block.
Implementation
bool get isBulletedItem => this.type == BlockTypes.BulletedListItem;
Returns true if is a Bulleted block.
bool get isBulletedItem => this.type == BlockTypes.BulletedListItem;