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