Pair<K, V> constructor

Pair<K, V>(
  1. K key,
  2. V value
)

Implementation

Pair(this.key, this.value);