menu
quiver package
documentation
collection.dart
DelegatingMap<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 => delegate.isEmpty;
quiver package
documentation
collection
DelegatingMap<K, V>
isEmpty property
DelegatingMap class