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