errorCount property

int get errorCount

Implementation

int get errorCount =>
    findings.where((f) => f.severity == SeoSeverity.error).length;