writeln abstract method

void writeln([
  1. bool append = true
])

Adds a line ending to this node.

Implementation

void writeln([bool append = true]);