Orientation constructor

Orientation({
  1. required double x,
  2. required double y,
  3. required double z,
  4. required double w,
})

Implementation

Orientation(
    {required this.x, required this.y, required this.z, required this.w});