first method

Returns an iterator for the items in the collection.

Implementation

@override
IIterator<IKeyValuePair<String, String>> first() => _iMap.first();