Couple<T, U> constructor

const Couple<T, U>(
  1. T first,
  2. U second
)

Implementation

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