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