size property

int size

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

Implementation

int get size => keys.length;