StreamQueue<T> constructor
- Stream<
T> source
Create a StreamQueue
of the events of source
.
Implementation
factory StreamQueue(Stream<T> source) => StreamQueue._(source);
Create a StreamQueue
of the events of source
.
factory StreamQueue(Stream<T> source) => StreamQueue._(source);