UIEvent constructor

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

Implementation

external factory UIEvent(
  String type, [
  UIEventInit eventInitDict,
]);