print method

TextPen print()

Implementation

TextPen print() {
  normal();
  Console._adapter.writeln(buffer.toString());
  return this;
}