EncryptionConfig constructor

EncryptionConfig({
  1. String? gcePdKmsKeyName,
  2. String? kmsKey,
})

Implementation

EncryptionConfig({this.gcePdKmsKeyName, this.kmsKey});