result property

T? result

Current result of the task. Not null when task state is progress, paused or success.

Implementation

T? get result;