copy method
Create a copy of this Spot, with the same values. @expose @return {Spot}
Implementation
_i3.Spot copy() => _i4.callMethod(
this,
'copy',
[],
);
Create a copy of this Spot, with the same values. @expose @return {Spot}
_i3.Spot copy() => _i4.callMethod(
this,
'copy',
[],
);