Determines whether the map contains the specified key.
@override bool hasKey(String key) => _iMap.hasKey(key);