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