Effective Dart: Documentation
Read moreHow do you write comments in darts?
We can apply comments on a single line by using the // (double-slash) . The single-line comments can be applied until a line break. The // (double-slash) statement is completely ignored by the Dart compiler and retuned the output.
Read more