menu
async_task package
documentation
async_task_extension.dart
AsyncTaskExtension<P, R, T extends AsyncTask<P, R>>
idleTasks property
idleTasks property
dark_mode
light_mode
idleTasks
property
List
<
T
>
get
idleTasks
Returns a
List
of
idle
tasks.
Implementation
List<T> get idleTasks => where((t) => t.isIdle).toList();
async_task package
documentation
async_task_extension
AsyncTaskExtension<P, R, T extends AsyncTask<P, R>>
idleTasks property
AsyncTaskExtension extension on
Iterable
<
T
>