Tuple2<T0, T1> constructor

const Tuple2<T0, T1>(
  1. T0 $0,
  2. T1 $1
)

Implementation

const Tuple2(this.$0, this.$1);