Skip to content

Instantly share code, notes, and snippets.

@ravikiran6763
Last active July 3, 2020 11:57
Show Gist options
  • Save ravikiran6763/4d348408e66f28131753abe733f19a12 to your computer and use it in GitHub Desktop.
Save ravikiran6763/4d348408e66f28131753abe733f19a12 to your computer and use it in GitHub Desktop.
DartList
void main(){
List<String> myList =[
'Ravikiran',
'Ramya',
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment