menu
jetleaf_lang package
documentation
lang.dart
HashMap<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 => _size == 0;
jetleaf_lang package
documentation
lang
HashMap<K, V>
isEmpty property
HashMap class