size property

  1. @override
int size
override

Gets the number of items in the map.

Implementation

@override
int get size => _iMap.size;