ESenseSensor constructor
ESenseSensor({})
Implementation
ESenseSensor(
{required String deviceName,
DateTime? timestamp,
this.packetIndex,
this.accel,
this.gyro})
: super(deviceName, timestamp);