Tuple6<T0, T1, T2, T3, T4, T5> constructor

const Tuple6<T0, T1, T2, T3, T4, T5>(
  1. T0 $0,
  2. T1 $1,
  3. T2 $2,
  4. T3 $3,
  5. T4 $4,
  6. T5 $5,
)

Implementation

const Tuple6(this.$0, this.$1, this.$2, this.$3, this.$4, this.$5);