Tuple4<I, J, K, L> constructor

const Tuple4<I, J, K, L>(
  1. I first,
  2. J second,
  3. K third,
  4. L fourth,
)

Implementation

const Tuple4(this.first, this.second, this.third, this.fourth);