character property

String? character
final

The character representation of the key, if applicable. This will be null for non-character keys like arrows or function keys.

Implementation

final String? character;