iterator property

Iterator<E> iterator

Implementation

Iterator<E> get iterator => new _ListQueueIterator<E>(this);