KeyValuePair<K, V> constructor

KeyValuePair<K, V>({
  1. K? key,
  2. V? value,
})

Implementation

KeyValuePair({this.key, this.value}) {}