stream property

  1. @override
ValueStream<T> stream

The stream that this controller is controlling.

Implementation

@override
ValueStream<T> get stream => this;