iterator property

Returns an enumerator that iterates through the collection.

Implementation

@override
Iterator<MapEntry<PropertyDefinitionBase, SortDirection>> get iterator =>
    this._propDefSortOrderPairList.iterator;