p function

void p(
  1. Object object
)

lazy print

Implementation

void p(Object object) {
  print(object);
}