d static method

void d(
  1. String msg
)

Implementation

static void d(String msg) {
  if (debugMsg) {
    print(msg);
  }
}