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
>
>
Properties
asListAsync
firstAsync
firstOrNullAsync
isEmptyAsync
isNotEmptyAsync
lastAsync
lastOrNullAsync
lengthAsync
Methods
toListAsync
toSetAsync