Mutable
A variable that can change its value during program execution.

Mutable variables in Dart are like containers that you can fill with different things, and you can change the contents whenever you want. They are useful when you need to update information as your program runs.

OTHER HELPFUL TERMS
Stories, Tips and tricks