Dart Comments
Dart supports three types of comments in total: single-line comments, multi-line comments, and documentation comments. The compiler ignores regular text inside comments, and only documentation comments can be used to generate code documentation.