stream property

  1. @override
NotReplayValueStream<T> stream
override

The stream that this controller is controlling.

Implementation

@override
NotReplayValueStream<T> get stream => _ValueSubjectStream(this);