copy method

Point copy()

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

Implementation

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