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