Dart
Q : What’s the difference between var and dynamic type in Dart?
A : Check this well written article out… Dart
Q : What’s the difference between const and final?
A : Check this well written article out … Dart
Q : What’s the difference between as String and toString?
A : Check this out …