StreamView<T> 构造函数

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

实现

const StreamView(Stream<T> stream) : _stream = stream;