stream property

Stream<T> stream

Implementation

Stream<T> get stream =>
    GetStreamTransformation(addSubscription, removeSubscription);