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