state property

AsyncState<T> get state

The current async state.

Implementation

AsyncState<T> get state => value;