hasIssues property
bool
get
hasIssues
Returns true if the audit found any issues.
Implementation
bool get hasIssues => issues.isNotEmpty;
Returns true if the audit found any issues.
bool get hasIssues => issues.isNotEmpty;