Last active
July 3, 2020 11:57
-
-
Save ravikiran6763/4d348408e66f28131753abe733f19a12 to your computer and use it in GitHub Desktop.
DartList
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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