isBlock property

bool isBlock

Implementation

bool get isBlock =>
    isNotEmpty && values.every((item) => item.scope == AttributeScope.block);