PolyTuple4<T, U, V, W> constructor

PolyTuple4<T, U, V, W>(
  1. T x,
  2. U y,
  3. V z,
  4. W q,
)

Implementation

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