ContentKey.parse constructor

ContentKey.parse(
  1. Map json
)

Implementation

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