addNextLine method

String addNextLine()

Implementation

String addNextLine() => StringBuffer('\n$this').toString();