Comments in Dart/Flutter
The comments are notes that developers can add in source code and are ignored by compilers. It's an art of describing what your code does and maybe why. These comments are not evaluated. It increases the code readability for other developers as well ...
Jul 22, 20212 min read895

