SdlxSensorEvent constructor
SdlxSensorEvent({})
Implementation
SdlxSensorEvent({
super.type = 0,
super.reserved = 0,
super.timestamp = 0,
this.which = 0,
List<double>? datas,
this.sensorTimestamp = 0,
}) {
this.datas = datas ?? [];
}