copy method

PathFigure copy()

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

Implementation

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