printN method

void printN(
  1. num n
)

Implementation

void printN(num n) {
  print(n.toString);
}