iterator property

*<Null safety>*

Iterator<E> iterator

override

Implementation

@override
Iterator<E> get iterator => _iterable.iterator;