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