menu
collection_notifiers package
documentation
collection_notifiers.dart
MapNotifier<K, V>
entries property
entries property
brightness_4
brightness_5
entries
property
@
override
Iterable
<
MapEntry
<
K
,
V
>
>
entries
inherited
The map entries of
this
.
Implementation
@override Iterable<MapEntry<K, V>> get entries => _base.entries;
collection_notifiers package
documentation
collection_notifiers
MapNotifier<K, V>
entries property
MapNotifier class