Constant
A value that cannot be modified after it is assigned.

Constants in Dart are like unchanging values. Once you set a constant, it stays the same throughout your program. They are often used for things that don't change, like the value of pi (π) or the number of seconds in a minute.

OTHER HELPFUL TERMS
Stories, Tips and tricks