Dart String.fromCharCode()
Syntax & Examples
Syntax of String.fromCharCode
The syntax of String.String.fromCharCode constructor is:
String.fromCharCode(int charCode)
This String.fromCharCode constructor of String allocates a new string containing the specified charCode
.