length property

int get length

Returns the number of key-value pairs in the map.

Implementation

int get length => value.length;