menu
collection_notifiers package
documentation
collection_notifiers.dart
MapNotifier<K, V>
length property
length property
brightness_4
brightness_5
length
property
@
override
int
length
inherited
The number of key/value pairs in the map.
Implementation
@override int get length => _base.length;
collection_notifiers package
documentation
collection_notifiers
MapNotifier<K, V>
length property
MapNotifier class