iterator property

*<Null safety>*

Iterator<E> iterator

inherited

Implementation

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