info static method

void info(
  1. Object? arg
)

Implementation

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