EncryptionConfig.fromJson constructor
EncryptionConfig.fromJson(
- Map json_
Implementation
EncryptionConfig.fromJson(core.Map json_)
: this(disabled: json_['disabled'] as core.bool?);
EncryptionConfig.fromJson(core.Map json_)
: this(disabled: json_['disabled'] as core.bool?);