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