Skip to content

Instantly share code, notes, and snippets.

@amani27
Created September 24, 2022 09:55
Show Gist options
  • Select an option

  • Save amani27/c147c2b3fe055a6e9c057741d7d73001 to your computer and use it in GitHub Desktop.

Select an option

Save amani27/c147c2b3fe055a6e9c057741d7d73001 to your computer and use it in GitHub Desktop.
Demonstrating types of comments in Dart
void main() {
// Single line comments
/*
Blocks of comments.
*/
/// Documentation
///
/// This is what you should use to document your classes.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment