result property Null safety
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;
The result of the wrapped Future, if it's completed.
If it hasn't completed yet, this will be null
.
Result<T>? get result => _result;