Creates an entry with key and value.
key
value
const factory MapEntry(K key, V value) = MapEntry<K, V>._;