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