KMSKey constructor

KMSKey({
  1. String? kmsEncryptionKeyArn,
})

Implementation

KMSKey({
  this.kmsEncryptionKeyArn,
});