output method

void output()

Outputs the current stream to the console

Implementation

void output() {
  print(toString());
}