Pair<T, U> constructor

Pair<T, U>(
  1. T? left,
  2. U? right
)

Implementation

Pair(this.left, this.right);