Pair<T, S> constructor

Pair<T, S>(
  1. T first,
  2. S second
)

Implementation

Pair(this.first, this.second);