length property - Map class - dart:core library (
original
) (
raw
)
description
int
getlength
The number of key/value pairs in the map.
Implementation
int get length;