result property
dynamic
get
result
Error or value of this.
Null if this hasn't yet completed.
Implementation
dynamic get result => _result.result;
Error or value of this.
Null if this hasn't yet completed.
dynamic get result => _result.result;