toChar method

String toChar()

Converts this int value to character.

Implementation

String toChar() => String.fromCharCode(this);