Pair<A, B> constructor

Pair<A, B>(
  1. A a,
  2. B b
)

Implementation

Pair(this.a, this.b);