newLine property
String
get
newLine
Returns the current newline string.
Implementation
String get newLine => _isRawMode ? '\r\n' : '\n';
Returns the current newline string.
String get newLine => _isRawMode ? '\r\n' : '\n';