menu
asis package
documentation
future-iterable.dart
FutureIterable<E>
isNotEmpty property
isNotEmpty property
dark_mode
light_mode
isNotEmpty
property
Future
<
bool
>
get
isNotEmpty
Refer to
Iterable.isNotEmpty
;
Implementation
Future<bool> get isNotEmpty async => (await this).isNotEmpty;
asis package
documentation
future-iterable
FutureIterable<E>
isNotEmpty property
FutureIterable extension on
Future
<
Iterable
<
E
>
>