debug static method

void debug(
  1. String msg
)

Implementation

static void debug(String msg) {
  if (verbose) print('[DEBUG] $msg');
}