result property
AsserestReport?
get
result
inherited
The result, after the task execution is finished.
Returns null
when task is not finished.
Implementation
R? get result => _result;
The result, after the task execution is finished.
Returns null
when task is not finished.
R? get result => _result;