charCode 属性

int charCode
覆盖

计算出的此事件估计的 charCode 值。

实现

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