GooglePrivacyDlpV2Proximity constructor

GooglePrivacyDlpV2Proximity({
  1. int? windowAfter,
  2. int? windowBefore,
})

Implementation

GooglePrivacyDlpV2Proximity({
  this.windowAfter,
  this.windowBefore,
});