An ordered collection of elements accessed by index.
Lists in Dart are like containers where you can put a bunch of items in a specific order. Each item has a numbered position called an index. Lists are handy for keeping track of multiple things, like a shopping list or a list of friends' names.