menu
collection_notifiers package
documentation
collection_notifiers.dart
MapNotifier<K, V>
isEmpty property
isEmpty property
brightness_4
brightness_5
isEmpty
property
@
override
bool
isEmpty
inherited
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => _base.isEmpty;
collection_notifiers package
documentation
collection_notifiers
MapNotifier<K, V>
isEmpty property
MapNotifier class