Tuple4<T> constructor

Tuple4<T>(
  1. T x,
  2. T y,
  3. T z,
  4. T q,
)

Implementation

Tuple4(this.x, this.y, this.z, this.q);