Dart
dart:collection
MapView
<
K
,
V
>
entries property
description
entries property
Iterable
<
MapEntry
<
K
,
V
>
>
entries
override
The map entries of
this
.
Implementation
Iterable
<MapEntry<K, V>>
get
entries => _map.entries;