lineTerminator property
The default line terminator on the current platform.
Is a line feed ("\n", U+000A) on most platforms, but
carriage return followed by linefeed ("\r\n", U+000D + U+000A)
on Windows.
Implementation
String get lineTerminator;