iterator property

  1. @override
Iterator<MapEntry<TKey, Object>> iterator
override
Gets an enumerator that iterates through the elements of the collection.

Implementation

@override
Iterator<MapEntry<TKey, Object>> get iterator => this._items.entries.iterator;