GooglePrivacyDlpV2CryptoKey constructor

GooglePrivacyDlpV2CryptoKey({
  1. GooglePrivacyDlpV2KmsWrappedCryptoKey? kmsWrapped,
  2. GooglePrivacyDlpV2TransientCryptoKey? transient,
  3. GooglePrivacyDlpV2UnwrappedCryptoKey? unwrapped,
})

Implementation

GooglePrivacyDlpV2CryptoKey({
  this.kmsWrapped,
  this.transient,
  this.unwrapped,
});