lookup method
Returns the item at the specified key in the map.
Implementation
@override
IJsonValue? lookup(String key) => _iMap.lookup(key);
Returns the item at the specified key in the map.
@override
IJsonValue? lookup(String key) => _iMap.lookup(key);