appendNewLine method

void appendNewLine()

Appends empty line to message

Implementation

void appendNewLine() => _content.writeln();