length property

int length

Returns the number of elements in this map.

Implementation

int get length => _map.length;