stream property

Stream<T> get stream

stream for the current observable

Implementation

Stream<T> get stream => controller.stream;