debug static method

void debug(
  1. Object? arg
)

Implementation

static void debug(Object? arg) {
  console.debug(arg?.toString().toJS);
}