menu
notifiable_iterables package
documentation
notifiable_map.dart
NotifiableMap<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => _values.isEmpty;
notifiable_iterables package
documentation
notifiable_map
NotifiableMap<K, V>
isEmpty property
NotifiableMap class