stream property

  1. @override
Stream<T> stream
override

The single-subscription stream that emits values from the other endpoint.

Implementation

@override
Stream<T> get stream => _inner.stream;