dart / 1 / dart-developer / inspect.html

inspect function

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

external Object inspect(Object object);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-developer/inspect.html