countBySeverity property

Map<String, int>? countBySeverity
final

Represents a map of severity to count statistics for a set of findings.

Implementation

final Map<String, int>? countBySeverity;