iterator property

Iterator<E> get iterator

Implementation

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