menu
shsp_implementations package
documentation
utility/callback_map.dart
CallbackMap<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Check if the map is empty
Implementation
bool get isEmpty => _map.isEmpty;
shsp_implementations package
documentation
utility/callback_map
CallbackMap<T>
isEmpty property
CallbackMap class