VitureSensorData.raw constructor
const
VitureSensorData.raw({})
Implementation
const VitureSensorData.raw({
required this.gyroX,
required this.gyroY,
required this.gyroZ,
required this.accelX,
required this.accelY,
required this.accelZ,
required this.magX,
required this.magY,
required this.magZ,
required this.temperature,
required this.timestamp,
required this.vsync,
}) : roll = 0.0,
pitch = 0.0,
yaw = 0.0,
quatW = 0.0,
quatX = 0.0,
quatY = 0.0,
quatZ = 0.0,
isRaw = true;