Returns the indexth entry. The index must be non-negative and less than length. Index zero represents the first entry.
index
@override MapEntry<K, V> entryAt(int index) => _map.entries.elementAt(index);