newLine property

StringBuffer get newLine

Implementation

StringBuffer get newLine {
  writeln("");
  return this;
}