Default Value & Type Conversion in Dart
As we know in dart there are total 4 data type which is int ,String, double and bool. in where bool in only use for True and False.
But other three data type can use interchange , but there is catch that we can not one data type another in same obje...