Dart Programming Part #2 - Variables
In this post, our agenda will be to focus on variables and data types in dart and a few fundamental concepts that should be kept in mind.
You can declare a variable with the keyword ‘var’ and 'dynamic' in the dart.
Example #1
where name is a variabl...
nitinreddy3.hashnode.dev1 min read