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