extend property
Implementation
void Function(
_i3.Node, [
_i2.num?,
]) get extend => (
_i3.Node p0, [
_i2.num? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'extend',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined,
],
);