isToDo property

bool isToDo

Returns true if is a ToDo block.

Implementation

bool get isToDo => this.type == BlockTypes.ToDo;