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