length property Null safety

int length
override

The number of key/value pairs in the map.

Implementation

int get length {
  return _count;
}