print method

void print(
  1. Object obj
)

Implementation

void print(Object obj) {
  Zone.root.print(obj.toString());
}