Skip to content

Instantly share code, notes, and snippets.

@devxpy
Created May 18, 2020 20:31
Show Gist options
  • Save devxpy/ab680a4e1356fc5e1e7e7a8ac2df7fbf to your computer and use it in GitHub Desktop.
Save devxpy/ab680a4e1356fc5e1e7e7a8ac2df7fbf to your computer and use it in GitHub Desktop.
void main() {
List<int> x = createList();
}
List<int> createList() {
return ["1", "2", "3", "4", "5"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment