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