iterator property

Iterator<E> get iterator

Implementation

Iterator<E> get iterator => _queue.iterator;