stream property

  1. @override
Stream<T> stream
override

The stream that this controller is controlling.

Implementation

@override
Stream<T> get stream => _SubjectStream(this);