menu
bones_api package
documentation
bones_api.dart
TimedMap<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 => _entries.isEmpty;
bones_api package
documentation
bones_api
TimedMap<K, V>
isEmpty property
TimedMap class