menu
vibe package
documentation
collection/map.dart
VibeMap<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 => src.isEmpty;
vibe package
documentation
collection/map
VibeMap<K, V>
isEmpty property
VibeMap class