stream property

Stream<MutationState<ReturnType>> 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<MutationState<ReturnType>> get stream => _createStream();