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