inspect static method

void inspect(
  1. Object object
)

Send a reference to object to any attached debuggers.

Debuggers may open an inspector on the object. Returns the argument.

Implementation

static void inspect(Object object) => dev.inspect(object);