stream property
Stream<T>
get
stream
Gets a stream of value changes.
Implementation
Stream<T> get stream => _streamController.stream;
Gets a stream of value changes.
Stream<T> get stream => _streamController.stream;