length property Null safety

int length

The number of key/value pairs in the map.

Implementation

@override
int get length => _values.length;