UserKey.parse constructor
UserKey.parse(
- Map json
Implementation
factory UserKey.parse(Map json) => UserKey._(
json["text_hint"], Uri.parse(json["algorithm"]), json["key_check"]);
factory UserKey.parse(Map json) => UserKey._(
json["text_hint"], Uri.parse(json["algorithm"]), json["key_check"]);