copy method

Panel copy()

Creates a deep copy of this Panel and returns it. @return {Panel}

Implementation

_i3.Panel copy() => _i4.callMethod(
      this,
      'copy',
      [],
    );