key property
String
get
key
The KeyboardEvent interface's key
read-only property returns the
value of the key pressed by the user, taking into consideration the state
of modifier keys such as Shift as well as the keyboard locale
and layout.
Implementation
external String get key;