hasIssues property

bool get hasIssues

Returns true if the audit found any issues.

Implementation

bool get hasIssues => issues.isNotEmpty;