newLine static method

String newLine()

Implementation

static String newLine() {
  return '\n';
}