stream property
Stream<T>
get
stream
Implementation
Stream<T> get stream => _streamController.stream.map((action) => action.value);
Stream<T> get stream => _streamController.stream.map((action) => action.value);