The result of the wrapped Future, if it's completed.
If it hasn't completed yet, this will be null.
null
Result<T>? get result => _result;