copy method

Size copy()

Create a copy of this Size, with the same values. @expose @return {Size}

Implementation

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