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