MagnetometerEvent constructor

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

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

See MagnetometerEvent for more information.

Implementation

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