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