task property
Future<A> Function()
get
task
The computation of this task represented as a Future.
Implementation
Future<A> Function() get task;
The computation of this task represented as a Future.
Future<A> Function() get task;