clear method

  1. @override
void clear()
override

Removes all items from the map.

Implementation

@override
void clear() => _iMap.clear();