GooglePrivacyDlpV2KMapEstimationResult.fromJson constructor

GooglePrivacyDlpV2KMapEstimationResult.fromJson(
  1. Map json_
)

Implementation

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