Tuple3<T0, T1, T2> constructor

const Tuple3<T0, T1, T2>(
  1. T0 $0,
  2. T1 $1,
  3. T2 $2
)

Implementation

const Tuple3(this.$0, this.$1, this.$2);