newLine property

String newLine

Returns the current newline string.

Implementation

String get newLine => _isRawMode ? '\r\n' : '\n';