Tuple3<T1, T2, T3> constructor

Tuple3<T1, T2, T3>(
  1. T1 $1,
  2. T2 $2,
  3. T3 $3
)

Implementation

Tuple3(this.$1, this.$2, this.$3);