Tuple5<T1, T2, T3, T4, T5> constructor

Tuple5<T1, T2, T3, T4, T5>(
  1. T1 $1,
  2. T2 $2,
  3. T3 $3,
  4. T4 $4,
  5. T5 $5,
)

Implementation

Tuple5(this.$1, this.$2, this.$3, this.$4, this.$5);