entries property

Iterable<MapEntry<K, V>> entries

The map entries in the map

Implementation

Iterable<MapEntry<K, V>> get entries => _value.entries;