printToTerminal method

void printToTerminal()

Implementation

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