lineCommentStartChar property

String lineCommentStartChar
final

Const: char for the line comment start (OS-specific)

Implementation

static final lineCommentStartChar = isWindows ? '' : '#';