TouchEvent constructor

TouchEvent(
  1. String type, [
  2. TouchEventInit? eventInitDict
])

Implementation

factory TouchEvent(
  _i2.String type, [
  _i3.TouchEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredTouchEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );