hasErrors property
bool
get
hasErrors
Public method or function.
Implementation
bool get hasErrors => issues.any((i) => i.severity == Severity.error);
Public method or function.
bool get hasErrors => issues.any((i) => i.severity == Severity.error);