GooglePrivacyDlpV2KMapEstimationResult constructor

GooglePrivacyDlpV2KMapEstimationResult({
  1. List<GooglePrivacyDlpV2KMapEstimationHistogramBucket>? kMapEstimationHistogram,
})

Implementation

GooglePrivacyDlpV2KMapEstimationResult({
  this.kMapEstimationHistogram,
});