Pair<A, B> constructor

Pair<A, B>(
  1. A first,
  2. B second
)

Implementation

Pair(this.first, this.second);