CompassmotStatus constructor
CompassmotStatus({})
Implementation
CompassmotStatus({
required this.current,
required this.compensationx,
required this.compensationy,
required this.compensationz,
required this.throttle,
required this.interference,
});