state property

AsyncValue<T> get state

The current state of the stream subscription.

Implementation

AsyncValue<T> get state => _state;