acceleration property

Implementation

_i3.DeviceMotionEventAccelerationInit? get acceleration => _i4.getProperty(
      this,
      'acceleration',
    );
void acceleration=(DeviceMotionEventAccelerationInit? value)

Implementation

set acceleration(_i3.DeviceMotionEventAccelerationInit? value) {
  _i4.setProperty(
    this,
    'acceleration',
    value ?? _i6.undefined,
  );
}