FindingTypeStats.fromJson constructor

FindingTypeStats.fromJson(
  1. Map json_
)

Implementation

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