newLine property

String newLine
final

The sequence that starts a newline.

Must be one of \r, \n or \r\n.

Implementation

final String newLine;