KeyboardEvent(
String type,
{Window view,
bool canBubble: true,
bool cancelable: true,
int keyLocation: 1,
bool ctrlKey: false,
bool altKey: false,
bool shiftKey: false,
bool metaKey: false}
)

Not documented.