MapEntry<K, V> constructor
Null safety
- K key,
- V value
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>._;