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