StreamView<T> constructor
Null safety
- Stream<
T> stream
Implementation
const StreamView(Stream<T> stream)
: _stream = stream,
super._internal();
const StreamView(Stream<T> stream)
: _stream = stream,
super._internal();