Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Comments in Dart

// This is a normal, one-line comment.

/// This is a documentation comment, used to document libraries,
/// classes, and their members. Tools like IDEs and dartdoc treat
/// doc comments specially.

/* Comments like these are also supported. */
Source by dart.dev #
 
PREVIOUS NEXT
Tagged: #Comments #Dart
ADD COMMENT
Topic
Name
3+7 =