entries property

Iterable<MapEntry<K, V>> entries
inherited

Implementation

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