stream property

Stream<QueryResult<Object?>> get stream

Stream of the events of this SubscriptionHandle.

Implementation

Stream<QueryResult> get stream => _controller.stream;