isToDo property
      
      bool
      get
      isToDo
      
    
    
Returns true if is a ToDo block.
Implementation
bool get isToDo => this.type == BlockTypes.ToDo;Returns true if is a ToDo block.
bool get isToDo => this.type == BlockTypes.ToDo;