FindingTypeStats.fromJson constructor
FindingTypeStats.fromJson(
- Map json_
Implementation
FindingTypeStats.fromJson(core.Map json_)
: this(
findingCount: json_['findingCount'] as core.int?,
findingType: json_['findingType'] as core.String?,
);