singleLineCommentStart property

  1. @override
String singleLineCommentStart
override

a character sequence that marked the start of single line comment.

Implementation

@override
String get singleLineCommentStart => r'//';