stream property

Stream<T> get stream

Returns the stream of values.

Implementation

Stream<T> get stream => _stream.map((e) => e.value);