stream property

  1. @override
StateStream<T> stream
override

The stream that this controller is controlling.

Implementation

@override
StateStream<T> get stream => _StateSubjectStream<T>(this);