Pair<T> constructor

Pair<T>(
  1. T a,
  2. T b
)

Implementation

Pair(this.a, this.b);