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