copy method
Create a copy of this PathSegment, of the same type and with the same point values. @expose @return {PathSegment}
Implementation
_i3.PathSegment copy() => _i4.callMethod(
this,
'copy',
[],
);
Create a copy of this PathSegment, of the same type and with the same point values. @expose @return {PathSegment}
_i3.PathSegment copy() => _i4.callMethod(
this,
'copy',
[],
);