lineCommentStartChar property
Const: char for the line comment start (OS-specific)
Implementation
static final lineCommentStartChar = isWindows ? '' : '#';
Const: char for the line comment start (OS-specific)
static final lineCommentStartChar = isWindows ? '' : '#';