menu
flutter_reactive package
documentation
extensions/iterable.dart
ReactiveIterable<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_reactive package
documentation
extensions/iterable
ReactiveIterable<T>
isEmpty property
ReactiveIterable extension on
Reactive
<
Iterable
<
T
>
>