stream property

Stream<T> stream
latefinal

Returns the stream of values.

Implementation

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