entries property

Iterable<MapEntry<K, V>> entries

Implementation

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