size property

int get size

Returns the total number of key-value pairs in the map.

Implementation

int get size => _size;