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

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

Implementation

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