GooglePrivacyDlpV2UnwrappedCryptoKey constructor

GooglePrivacyDlpV2UnwrappedCryptoKey({
  1. String? key,
})

Implementation

GooglePrivacyDlpV2UnwrappedCryptoKey({
  this.key,
});