Where and when to use each one of them ? const and final in dart and any exemple or concept from app
Asked
Active
Viewed 55 times
0
-
7Does this answer your question? [What is the difference between the "const" and "final" keywords in Dart?](https://stackoverflow.com/questions/50431055/what-is-the-difference-between-the-const-and-final-keywords-in-dart) – dm_tr Dec 22 '20 at 20:18
-
Possible Concept [What is the purpose of assigning `const` value to a `final` variable in dart?](https://stackoverflow.com/questions/51355904/what-is-the-purpose-of-assigning-const-value-to-a-final-variable-in-dart) – Osama Rizwan Dec 23 '20 at 04:47