Skip to content

Instantly share code, notes, and snippets.

@Adriano72
Created July 4, 2019 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adriano72/d5d2ef9744cd53c7cae076be841a9bf8 to your computer and use it in GitHub Desktop.
Save Adriano72/d5d2ef9744cd53c7cae076be841a9bf8 to your computer and use it in GitHub Desktop.
void main() {
List<String> myList = [
'Angela',
'James',
'Katie',
'Jack',
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment