4 /100DaysOfFlutter : Dart: List, Classes and Objects
Dart List: List<String> skills = ['Swiming', 'running', 'Karate']
This line will be spoken as List of String named skills has values Swiming running Karate; you can also use your own way of reading and pronouncing it.
List can also be called an array...
abhayprajapati.hashnode.dev2 min read