EncryptionConfig.fromJson constructor
EncryptionConfig.fromJson(
- Map json_
Implementation
EncryptionConfig.fromJson(core.Map json_)
: this(
encryptionType: json_['encryptionType'] as core.String?,
kmsKeyName: json_['kmsKeyName'] as core.String?,
);