menu
kt_dart package
documentation
collection.dart
KtMap<K, V>
isEmpty abstract method
isEmpty abstract method
dark_mode
light_mode
isEmpty
abstract method
bool
isEmpty
(
)
Returns
true
if the map is empty (contains no elements),
false
otherwise.
Implementation
bool isEmpty();
kt_dart package
documentation
collection
KtMap<K, V>
isEmpty abstract method
KtMap class