A way to create a List using square brackets and specifying its elements.
A list literal in Dart is like writing a shopping list. You use square brackets [ ] and list the items you want, separating them with commas. It's a quick way to create a list with specific values.