first method

Returns an iterator for the items in the collection.

Implementation

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