Vibration constructor
Vibration({})
Implementation
Vibration({
required this.timeUsec,
required this.vibrationX,
required this.vibrationY,
required this.vibrationZ,
required this.clipping0,
required this.clipping1,
required this.clipping2,
});