first method
Returns an iterator for the items in the collection.
Implementation
@override
IIterator<IKeyValuePair<String, String>> first() => _iMap.first();
Returns an iterator for the items in the collection.
@override
IIterator<IKeyValuePair<String, String>> first() => _iMap.first();