On this page
inspect method
- @DomName('InjectedScriptHost.inspect')
- @DocsEditable()
- @Experimental()
Source
@DomName('InjectedScriptHost.inspect')
@DocsEditable()
@Experimental() // untriaged
void inspect(Object objectId, Object hints) =>
_blink.BlinkInjectedScriptHost.instance
.inspect_Callback_2_(this, objectId, hints);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/InjectedScriptHost/inspect.html