1/100DaysOfFlutter : Dart Basics - Final v/s Const
1/100DaysOfFlutter : Dart Basics/Final v/s Const
Variables in dart
var: variable can be reassigned.
final: variable can not be reassigned.
const: constant variable.
Different between Final and Const
in a easy way
final name;✅
// you assign value ...
abhayprajapati.hashnode.dev2 min read
Kate
Developer & Tech Lead
Hi Abhay Prajapati! That's really cool, I'm going to join your challenge as I literally started with Flutter today!