Tuple2<T1, T2> constructor

Tuple2<T1, T2>(
  1. T1 $1,
  2. T2 $2
)

Implementation

Tuple2(this.$1, this.$2);