RawImu constructor
RawImu({})
Implementation
RawImu({
required this.timeUsec,
required this.xacc,
required this.yacc,
required this.zacc,
required this.xgyro,
required this.ygyro,
required this.zgyro,
required this.xmag,
required this.ymag,
required this.zmag,
required this.id,
required this.temperature,
});