GooglePrivacyDlpV2KMapEstimationResult.fromJson constructor
GooglePrivacyDlpV2KMapEstimationResult.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2KMapEstimationResult.fromJson(core.Map json_)
: this(
kMapEstimationHistogram: json_.containsKey('kMapEstimationHistogram')
? (json_['kMapEstimationHistogram'] as core.List)
.map((value) =>
GooglePrivacyDlpV2KMapEstimationHistogramBucket.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList()
: null,
);