copy method
Creates a deep copy of this Panel and returns it. @return {Panel}
Implementation
_i3.Panel copy() => _i4.callMethod(
this,
'copy',
[],
);
Creates a deep copy of this Panel and returns it. @return {Panel}
_i3.Panel copy() => _i4.callMethod(
this,
'copy',
[],
);