Dart
dart:html
KeyEvent
keyCode property
description
keyCode property
int
keyCode
override
Calculated value of what the estimated keyCode is for this event.
Implementation
int
get
keyCode => _shadowKeyCode;