stream property

Stream<T> get stream

Gets a stream of value changes.

Implementation

Stream<T> get stream => _streamController.stream;