inspect function Null safety

Object? 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

external Object? inspect(Object? object);