Read more about the main() function in Dart, including optional parameters for command-line arguments.
π In computing, a command is a directive to a computer program to perform a specific task.
π https://www.freecodecamp.org/news/command-line-for-beginners/
Default value
Late variables
Declaring a non-nullable variable thatβs initialized after its declaration.
Final and const
If you never intend to change a variable, use final or const