GooglePrivacyDlpV2ExcludeByHotword constructor

GooglePrivacyDlpV2ExcludeByHotword({
  1. GooglePrivacyDlpV2Regex? hotwordRegex,
  2. GooglePrivacyDlpV2Proximity? proximity,
})

Implementation

GooglePrivacyDlpV2ExcludeByHotword({
  this.hotwordRegex,
  this.proximity,
});