multiLineCommentStart property

  1. @override
String multiLineCommentStart
override

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

Implementation

@override
String get multiLineCommentStart => r'/*';