Skip to content

Instantly share code, notes, and snippets.

@wonkwh
Created July 5, 2022 04:34
Show Gist options
  • Save wonkwh/1f05ae32e62852fb1cdc58fd7230762e to your computer and use it in GitHub Desktop.
Save wonkwh/1f05ae32e62852fb1cdc58fd7230762e to your computer and use it in GitHub Desktop.
dart_list
void main() {
List<String> sampleLists = [
'Angle',
'James',
'Won'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment