stream property

  1. @override
ValueStream<T> stream
override

The stream that this controller is controlling.

Implementation

@override
ValueStream<T> get stream => _BehaviorSubjectStream(this);