showProxy property
bool?
get
showProxy
Show a Proxy's target and handler.
@default {false}
Implementation
_i2.bool? get showProxy => _i3.getProperty(
this,
'showProxy',
);
set
showProxy
(bool? value)
Implementation
set showProxy(_i2.bool? value) {
_i3.setProperty(
this,
'showProxy',
value ?? _i6.undefined,
);
}