Pair<T, V> constructor

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

Implementation

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