infoCount property

int get infoCount

Implementation

int get infoCount =>
    findings.where((f) => f.severity == SeoSeverity.info).length;