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