Encryption.parse constructor
- Map json
Implementation
factory Encryption.parse(Map json) => Encryption._(Uri.parse(json["profile"]),
ContentKey.parse(json["content_key"]), UserKey.parse(json["user_key"]));
factory Encryption.parse(Map json) => Encryption._(Uri.parse(json["profile"]),
ContentKey.parse(json["content_key"]), UserKey.parse(json["user_key"]));