MouseEvent constructor

MouseEvent(
  1. String type, [
  2. MouseEventInit? eventInitDict
])

Implementation

factory MouseEvent(
  _i2.String type, [
  _i3.MouseEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredMouseEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );