Tuple<T, E> constructor

const Tuple<T, E>(
  1. T value1,
  2. E value2
)

Implementation

const Tuple(this.value1, this.value2);