customInspect property
Symbol
get
customInspect
A symbol which can be used as a key for a custom method which will be
called when Deno.inspect()
is called, or when the object is logged to
the console.
Implementation
_i2.Symbol get customInspect => _i3.getProperty(
this,
'customInspect',
);