rotationRate property
DeviceMotionEventRotationRateInit
get
rotationRate
Implementation
DeviceMotionEventRotationRateInit get rotationRate =>
js_util.getProperty(this, 'rotationRate');
set
rotationRate
(DeviceMotionEventRotationRateInit newValue)
Implementation
set rotationRate(DeviceMotionEventRotationRateInit newValue) {
js_util.setProperty(this, 'rotationRate', newValue);
}