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