size property

int get size

Get the number of elements in this collection

Implementation

int get size => _map.length;