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