isBlock property

bool get isBlock

Implementation

bool get isBlock =>
    isList || isHeader || isDivBlock || isBlockquote || isCodeBlock;