int charCode

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

Source

int get charCode => this.type == 'keypress' ? _shadowCharCode : 0;