UIEvent constructor
UIEvent(
- String type, [
- UIEventInit? eventInitDict
Implementation
factory UIEvent(String type, [UIEventInit? eventInitDict]) =>
UIEvent._(type, eventInitDict ?? undefined);