GooglePrivacyDlpV2InfoTypeSummary constructor

GooglePrivacyDlpV2InfoTypeSummary({
  1. int? estimatedPrevalence,
  2. GooglePrivacyDlpV2InfoType? infoType,
})

Implementation

GooglePrivacyDlpV2InfoTypeSummary({
  this.estimatedPrevalence,
  this.infoType,
});