task property
Task
get
task
The task that got started.
Implementation
_i3.Task get task => _i5.getProperty(
this,
'task',
);
set
task
(Task value)
Implementation
set task(_i3.Task value) {
_i5.setProperty(
this,
'task',
value,
);
}