dart variable declaration int code example
Example: variables in dart
var nameOfVariable,
//this can be an int, string, or dynamic as well
//example
var nameOfVariable,
//this can be an int, string, or dynamic as well
//example