KeyboardEvent constructor
KeyboardEvent(
- String type, [
- KeyboardEventInit eventInitDict
Implementation
external factory KeyboardEvent(
String type, [
KeyboardEventInit eventInitDict,
]);