copy method
Creates a copy of this Layout and returns it. When a Group is copied that has a Group#layout, the Layout must also be copied. This calls #cloneProtected on a newly constructed Layout. @expose @return {Layout}
Implementation
_i3.Layout copy() => _i4.callMethod(
this,
'copy',
[],
);