dbg function

void dbg(
  1. Object? s
)

Implementation

void dbg(Object? s) {
  if (debug) print(s);
}