TrackedStream<T> constructor

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

Implementation

TrackedStream(this._stream);