KeyValue<K, V> constructor

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

Implementation

const KeyValue(this.key, this.value);