state property

AsyncValue<T> get state

The current state of the future operation.

Implementation

AsyncValue<T> get state => _state;