GooglePrivacyDlpV2Bucket constructor

GooglePrivacyDlpV2Bucket({
  1. GooglePrivacyDlpV2Value? max,
  2. GooglePrivacyDlpV2Value? min,
  3. GooglePrivacyDlpV2Value? replacementValue,
})

Implementation

GooglePrivacyDlpV2Bucket({
  this.max,
  this.min,
  this.replacementValue,
});