menu
async_task package
documentation
async_task_extension.dart
FutureOrIterableExtension<T>
lastAsync property
lastAsync property
dark_mode
light_mode
lastAsync
property
FutureOr
<
T
>
get
lastAsync
Implementation
FutureOr<T>
get
lastAsync => then((itr) => itr.last);
async_task package
documentation
async_task_extension
FutureOrIterableExtension<T>
lastAsync property
FutureOrIterableExtension extension on
FutureOr
<
Iterable
<
T
>
>
Properties
asListAsync
firstAsync
firstOrNullAsync
isEmptyAsync
isNotEmptyAsync
lastAsync
lastOrNullAsync
lengthAsync
Methods
toListAsync
toSetAsync