asStream method

Stream<T> asStream()

Returns the underlying Stream unchanged.

Implementation

Stream<T> asStream() => _stream;