MapEntry<K,V> constructor
- Kkey,
- Vvalue
Creates an entry withkey andvalue.
Implementation
const factory MapEntry(K key, V value) = MapEntry<K, V>._;Creates an entry withkey andvalue.
const factory MapEntry(K key, V value) = MapEntry<K, V>._;