state property
AsyncValue<T>
get
state
The current state of the future operation.
Implementation
AsyncValue<T> get state => _state;
The current state of the future operation.
AsyncValue<T> get state => _state;