length property
int
get
length
Returns the number of key-value pairs in the map.
Implementation
int get length => value.length;
Returns the number of key-value pairs in the map.
int get length => value.length;