backwards property
Queue<E>
get
backwards
Reverses a Queue
Implementation
Queue<E> get backwards => h.backwardsIterable(this).toQueue();
Reverses a Queue
Queue<E> get backwards => h.backwardsIterable(this).toQueue();