DeviceMotionEvent constructor
DeviceMotionEvent(
- String type, [
- DeviceMotionEventInit? eventInitDict
Implementation
factory DeviceMotionEvent(
_i2.String type, [
_i3.DeviceMotionEventInit? eventInitDict,
]) =>
_i4.callConstructor(
_declaredDeviceMotionEvent,
[
type,
eventInitDict ?? _i6.undefined,
],
);