Pair<T1, T2> constructor

const Pair<T1, T2>(
  1. T1 first,
  2. T2 second
)

Implementation

const Pair(this.first, this.second);