size property

  1. @override
int get size
override

Gets the number of items in the map.

Implementation

@override
int get size => _iMap.size;