Skip to content

Instantly share code, notes, and snippets.

@geektutor
Created April 17, 2020 08:16
Show Gist options
  • Save geektutor/252efd787d450d002896061f5d3f87ab to your computer and use it in GitHub Desktop.
Save geektutor/252efd787d450d002896061f5d3f87ab to your computer and use it in GitHub Desktop.
void main() {
List<String> myList = [
'Angela',
'James',
'Katie',
'Jack',
];
myList.add('Sodiq');
print(myList);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment