size property

int size

Return number of keys in the Map.

Implementation

int get size => keys.length;