errorCount property
int
get
errorCount
Implementation
int get errorCount =>
findings.where((f) => f.severity == ValidationSeverity.error).length;
int get errorCount =>
findings.where((f) => f.severity == ValidationSeverity.error).length;