size property

int get size
inherited

Get the number of elements in this collection

Implementation

int get size => _map.length;