KmsWrappedCryptoKey constructor

KmsWrappedCryptoKey({
  1. String? cryptoKey,
  2. String? wrappedKey,
})

Implementation

KmsWrappedCryptoKey({
  this.cryptoKey,
  this.wrappedKey,
});