Object inspect(
Object object
)

Send a reference to object to any attached debuggers.

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

Source

/// Send a reference to [object] to any attached debuggers.
///
/// Debuggers may open an inspector on the object. Returns the argument.
external Object inspect(Object object);