Dart
dart:html
KeyEvent
keyCode property
keyCode
KeyEvent class
Constructors
KeyEvent
wrap
Properties
altKey
charCode
code
ctrlKey
currentTarget
detail
isComposed
isComposing
key
keyCode
location
metaKey
repeat
shiftKey
sourceCapabilities
view
which
bubbles
cancelable
composed
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
wrapped
Methods
getModifierState
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
canUseDispatchEvent
keyDownEvent
keyPressEvent
keyUpEvent
keyCode property
int
keyCode
Calculated value of what the estimated keyCode is for this event.
Implementation
int get keyCode => _shadowKeyCode;