menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
MapNotifier<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 => _map.isEmpty;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
MapNotifier<K, V>
isEmpty property
MapNotifier class