hasErrors property

bool get hasErrors

Public method or function.

Implementation

bool get hasErrors => issues.any((i) => i.severity == Severity.error);