UIEventInit constructor
UIEventInit({})
Implementation
external factory UIEventInit({
bool bubbles,
bool cancelable,
bool composed,
Window? view,
int detail,
JSObject? sourceCapabilities,
int which,
});