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