rotationRate property

Implementation

DeviceMotionEventRotationRateInit get rotationRate =>
    js_util.getProperty(this, 'rotationRate');
void rotationRate=(DeviceMotionEventRotationRateInit newValue)

Implementation

set rotationRate(DeviceMotionEventRotationRateInit newValue) {
  js_util.setProperty(this, 'rotationRate', newValue);
}