countBySeverity property
Violations grouped by severity (lazily computed, cached).
Implementation
late final Map<RuleSeverity, int> countBySeverity = _computeSeverityCounts();
Violations grouped by severity (lazily computed, cached).
late final Map<RuleSeverity, int> countBySeverity = _computeSeverityCounts();