keyCode property - KeyEvent class - dart:html library (original) (raw)

description

int getkeyCode

override

Calculated value of what the estimated keyCode is for this event.

Implementation

int get keyCode => _shadowKeyCode;