Skip to content

Instantly share code, notes, and snippets.

@mohamedessamm1
Forked from angelabauer/list.dart
Created September 3, 2024 12:35
Show Gist options
  • Save mohamedessamm1/124bfae9f8b4369e100cee3406ffad0e to your computer and use it in GitHub Desktop.
Save mohamedessamm1/124bfae9f8b4369e100cee3406ffad0e 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