stream property
The stream that this controller is controlling.
Implementation
@override
ValueStream<T> get stream => _BehaviorSubjectStream(this);
The stream that this controller is controlling.
@override
ValueStream<T> get stream => _BehaviorSubjectStream(this);