Pair<T1, T2> constructor

Pair<T1, T2>(
  1. T1 a,
  2. T2 b
)

Implementation

Pair(this.a, this.b);