menu
flutter_notification_wrapper package
documentation
utils.dart
RxList<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Returns true if the list is empty.
Implementation
bool get isEmpty => value.isEmpty;
flutter_notification_wrapper package
documentation
utils
RxList<T>
isEmpty property
RxList class