stream property

  1. @override
Stream<T> stream
final

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

Implementation

@override
final Stream<T> stream;