entries property - SplayTreeMap class - dart:collection library (original) (raw)
Iterable<MapEntry<K, V>> getentries
override
The map entries of this Map.
Implementation
Iterable<MapEntry<K, V>> get entries =>
_SplayTreeMapEntryIterable<K, V>(this);