size property

int get size

Return number of elements in the Map (keys.length).

Implementation

int get size => keys.length;