Pair<T, V> constructor

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

Implementation

Pair(this.first, this.second);