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