GyroscopeEvent constructor

GyroscopeEvent(
  1. double x,
  2. double y,
  3. double z
)

Constructs an instance with the given x, y, and z values.

Implementation

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