KeyValue<K, V> constructor

KeyValue<K, V>([
  1. K? key,
  2. V? value
])

Implementation

KeyValue([this.key, this.value]);