iterator property

Iterator<E> iterator

Implementation

Iterator<E> get iterator => toIterable()!.iterator as Iterator<E>;