clone property
RectangleNode Function()
get
clone
Implementation
_i3.RectangleNode Function() get clone => () => _i5.callMethod(
_i5.getProperty(
this,
'clone',
),
r'call',
[this],
);
set
clone
(RectangleNode value())
Implementation
set clone(_i3.RectangleNode Function() value) {
_i5.setProperty(
this,
'clone',
_i5.allowInterop(value),
);
}