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