newLine method

void newLine()

Write a newline

Implementation

void newLine() {
  _buffer.write('\n');
}