result property

Result<T>? result

The result of the wrapped Future, if it's completed.

If it hasn't completed yet, this will be null.

Implementation

Result<T>? get result => _result;