EncryptionConfig.fromJson constructor

EncryptionConfig.fromJson(
  1. Map json_
)

Implementation

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