warningCount property

int get warningCount

Implementation

int get warningCount =>
    findings.where((f) => f.severity == ValidationSeverity.warning).length;