insert method

  1. @override
bool insert(
  1. Guid key,
  2. Object? value
)
override

Inserts or replaces an item in the map.

Implementation

@override
bool insert(Guid key, Object? value) => _iMap.insert(key, value);