Dart String.fromCharCodes()
Syntax & Examples

Syntax of String.fromCharCodes

The syntax of String.String.fromCharCodes constructor is:

String.fromCharCodes(Iterable<int> charCodes, [int start = 0, int? end])

This String.fromCharCodes constructor of String allocates a new string containing the specified charCodes.