EncryptionConfig constructor

EncryptionConfig({
  1. String? cryptoKeyName,
  2. String? type,
})

Implementation

EncryptionConfig({this.cryptoKeyName, this.type});