StreamView<T> constructor

const StreamView<T>(Stream<T> stream)

Implementation

const StreamView(Stream<T> stream)
    : _stream = stream,
      super._internal();