isIgnored property

bool get isIgnored

Implementation

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