Skip to content

Instantly share code, notes, and snippets.

@isqad
Last active April 23, 2021 06:12
Show Gist options
  • Save isqad/60d4320935d3de31264c39b338a74d61 to your computer and use it in GitHub Desktop.
Save isqad/60d4320935d3de31264c39b338a74d61 to your computer and use it in GitHub Desktop.
void main() {
List<int> charCodes = const [97, 98, 99, 100];
print(String.fromCharCodes(charCodes));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment