GooglePrivacyDlpV2InfoTypeStats constructor

GooglePrivacyDlpV2InfoTypeStats({
  1. String? count,
  2. GooglePrivacyDlpV2InfoType? infoType,
})

Implementation

GooglePrivacyDlpV2InfoTypeStats({
  this.count,
  this.infoType,
});