Tuple<T, U> constructor

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

Implementation

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