debug property
Implementation
void Function(
_i2.String, [
_i2.Iterable<_i2.dynamic>?,
]) get debug => (
_i2.String p0, [
_i2.Iterable<_i2.dynamic>? p1,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'debug',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined,
],
);
Implementation
set debug(
void Function(
_i2.String, [
_i2.Iterable<_i2.dynamic>?,
]) value) {
_i5.setProperty(
this,
'debug',
_i5.allowInterop((
_i2.String v0, [
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
]) =>
value(
v0,
[
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
],
)),
);
}