writeln method

dynamic writeln(
  1. Object o
)

Implementation

writeln(Object o) => buffer.writeln(o);