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