hasFailures property

bool get hasFailures

Implementation

bool get hasFailures => results.any((r) => r.status == AuditStatus.fail);