fromJson method

  1. @override
DictionaryKey fromJson(
  1. String json
)

Implementation

@override
DictionaryKey fromJson(String json) {
  return DictionaryKey.fromPrefixedKey(json);
}