Var Keyword

Var Keyword

What is var keyword:

var is used to declare a variable in the dart program.

var str="Hii Jeet How are You ";