Tuple4<T0, T1, T2, T3> constructor

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

Implementation

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