stream property

Stream<T> get stream

Implementation

Stream<T> get stream async* {
  yield* _controller.stream;
}