CachedStreamWrapper<T> constructor

CachedStreamWrapper<T>(
  1. Stream<T> _stream,
  2. Function? _onListen
)

Implementation

CachedStreamWrapper(this._stream, this._onListen);