GooglePrivacyDlpV2LDiversityResult.fromJson constructor

GooglePrivacyDlpV2LDiversityResult.fromJson(
  1. Map json_
)

Implementation

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