GooglePrivacyDlpV2CryptoDeterministicConfig constructor

GooglePrivacyDlpV2CryptoDeterministicConfig({
  1. GooglePrivacyDlpV2FieldId? context,
  2. GooglePrivacyDlpV2CryptoKey? cryptoKey,
  3. GooglePrivacyDlpV2InfoType? surrogateInfoType,
})

Implementation

GooglePrivacyDlpV2CryptoDeterministicConfig({
  this.context,
  this.cryptoKey,
  this.surrogateInfoType,
});