StreamSplitter<T> constructor Null safety

StreamSplitter<T>(
  1. Stream<T> _stream
)

Implementation

StreamSplitter(this._stream);