Tuple4<I, J, K, L>  constructor 
      const
      Tuple4<I, J, K, L> (
    
    
- I first,
- J second,
- K third,
- L fourth,
Implementation
const Tuple4(this.first, this.second, this.third, this.fourth);