So in Dart, “const” is for values that are known at compile-time, “final” is for those that ain’t.