Imu constructor
Imu({
- List<
Measurement3d> ? accelMpsps, - List<
Measurement3d> ? gyroRps, - List<
Measurement3d> ? magUt,
Implementation
Imu({
this.accelMpsps,
this.gyroRps,
this.magUt,
});