Pair<K, V> constructor

Pair<K, V>(
  1. K first,
  2. V second
)

Implementation

Pair(this.first, this.second);