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