EncryptionKey constructor

EncryptionKey({
  1. String? gcpKmsEncryptionKey,
})

Implementation

EncryptionKey({
  this.gcpKmsEncryptionKey,
});