iterator property

Gets an enumerator that iterates through the elements of the collection.

Implementation

@override
// TODO: implement iterator
Iterator<AbstractItemIdWrapper> get iterator => this.itemIds.iterator;