KeyboardEvent constructor
KeyboardEvent(
- String type, [
- KeyboardEventInit? eventInitDict
Implementation
factory KeyboardEvent(
_i2.String type, [
_i3.KeyboardEventInit? eventInitDict,
]) =>
_i4.callConstructor(
_declaredKeyboardEvent,
[
type,
eventInitDict ?? _i6.undefined,
],
);