klyn.Char.Char
constructor
public native Char()
Description

Builds the neutral Char value ('\0').

Example
value = Char()
assert value == '\0'