menu
async_task package
documentation
async_task_extension.dart
FutureIterableExtension<T>
isEmptyAsync property
isEmptyAsync property
dark_mode
light_mode
isEmptyAsync
property
Future
<
bool
>
get
isEmptyAsync
Implementation
Future<bool> get isEmptyAsync => then((itr) => itr.isEmpty);
async_task package
documentation
async_task_extension
FutureIterableExtension<T>
isEmptyAsync property
FutureIterableExtension extension on
Future
<
Iterable
<
T
>
>