IntPair<T> constructor

const IntPair<T>(
  1. int first,
  2. T second
)

Implementation

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