stream property

Stream<State> stream

Stream the state of the query.

When the state is updated either by a mutation or a new query stream will be notified.

Implementation

Stream<State> get stream => _getStream();