Variables in dart
1. Variables
In dart, there are many data types just like other languages,
1. int , double, numbers
To store digits
int number = 0; //this is integer as usual.
double number2 = 3.1415; // this is a double value which can store decimals also
// sim...
aadhithyan.hashnode.dev4 min read
Sai Shankar
Software Developer @ Self-Employed
Nice! Lol