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