charCode property

int charCode

The ASCII character code of this key.

Implementation

int get charCode => index + 32;