countBySeverity property

Map<RuleSeverity, int> countBySeverity
latefinal

Violations grouped by severity (lazily computed, cached).

Implementation

late final Map<RuleSeverity, int> countBySeverity = _computeSeverityCounts();