stream property Null safety
override
The single-subscription stream that emits values from the other endpoint.
Implementation
@override
Stream<T> get stream => _inner.stream;
The single-subscription stream that emits values from the other endpoint.
@override
Stream<T> get stream => _inner.stream;