iterator property

Iterator<String> iterator
override
Gets an enumerator that iterates through the elements of the collection.

Implementation

Iterator<String> get iterator => this._items.iterator;