Skip to content

Instantly share code, notes, and snippets.

@AlexVegner
Last active January 22, 2020 11:50
Show Gist options
  • Save AlexVegner/d0f5134ead10a8fda372942fe1fa284a to your computer and use it in GitHub Desktop.
Save AlexVegner/d0f5134ead10a8fda372942fe1fa284a to your computer and use it in GitHub Desktop.
dart_comments
// Single-line comments
/*
* Multi-line comments
*/
///
/// Documentation comments
///
void main() {}
/**
*
* Also you could use multi line docs
* But Google prefere to use /// in source code
*
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment