iterator property

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

Implementation

@override
Iterator<SearchFilter> get iterator => this._searchFilters.iterator;