GooglePrivacyDlpV2ValueFrequency constructor

GooglePrivacyDlpV2ValueFrequency({
  1. String? count,
  2. GooglePrivacyDlpV2Value? value,
})

Implementation

GooglePrivacyDlpV2ValueFrequency({
  this.count,
  this.value,
});