UIEvent constructor

UIEvent(
  1. String type, [
  2. UIEventInit? eventInitDict
])

Implementation

factory UIEvent(
  _i2.String type, [
  _i3.UIEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredUIEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );