result property

R? result

The result, after the task execution is finished.

Returns null when task is not finished.

Implementation

R? get result => _result;