char property

String char

The character value of the key.

If the key corresponds to a printable character, this value is a non-empty Unicode string containing that character. If the key doesn't have a printable representation, this is an empty string.

Implementation

external String get char;