const StreamView(Stream<T> stream)

Source

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