Inserts or replaces an item in the map.
@override bool insert(String key, String value) => _iMap.insert(key, value);