entries property - SplayTreeMap class - dart:collection library (original) (raw)

description

Iterable<MapEntry<K, V>> getentries

override

The map entries of this Map.

Implementation

Iterable<MapEntry<K, V>> get entries =>
    _SplayTreeMapEntryIterable<K, V>(this);