Tuple3<T> constructor

Tuple3<T>(
  1. T x,
  2. T y,
  3. T z
)

Implementation

Tuple3(this.x, this.y, this.z);