objectMap<T extends Json> static method
Implementation
static JsonObjectKeyMap<T> objectMap<T extends Json>(
String key, T Function() parserConstructor) =>
JsonObjectKeyMap.parser(key, parserConstructor);