entries property

Iterable<MapEntry<K, V>> entries

Returns an Iterable of the map entries of type MapEntry.

Implementation

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