Understanding Dart : Part 11 - Lists
Series: Understanding Dart for Flutter Beginners
So far, we've mostly worked with individual values.
String name = "Roshan";
int age = 28;
But what if you need to store multiple values in one variab
mroshan.hashnode.dev8 min read