hasErrors property

bool get hasErrors

Implementation

bool get hasErrors => violations.any((v) => v.severity == A11ySeverity.error);