Constants in Dart
Constants in Dart#
Dart supports constants of character, string, boolean, and numeric values.
To run the Dart program, save the code in a file named constants.dart
and use the dart
command to execute it.
Now that we can run and build basic Dart programs, let’s learn more about the language.