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