Tuple4<T1, T2, T3, T4> constructor

Tuple4<T1, T2, T3, T4>(
  1. T1 $1,
  2. T2 $2,
  3. T3 $3,
  4. T4 $4,
)

Implementation

Tuple4(this.$1, this.$2, this.$3, this.$4);