acceleration property

Implementation

DeviceMotionEventAccelerationInit get acceleration =>
    js_util.getProperty(this, 'acceleration');
void acceleration=(DeviceMotionEventAccelerationInit newValue)

Implementation

set acceleration(DeviceMotionEventAccelerationInit newValue) {
  js_util.setProperty(this, 'acceleration', newValue);
}