newLine property

SpaceBuffer get newLine

Implementation

SpaceBuffer get newLine {
  buffer.writeln("");
  return this;
}