stream property

Stream<AsyncQueryResult<T>> stream
inherited

The current state stream.

Implementation

Stream<State> get stream => _stateController.stream;