iterator property

*<Null safety>*

Iterator<V> iterator

inherited

Implementation

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