toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accelMpsps = this.accelMpsps;
final gyroRps = this.gyroRps;
final magUt = this.magUt;
return {'accelMpsps': ?accelMpsps, 'gyroRps': ?gyroRps, 'magUt': ?magUt};
}