1. @DomName('SVGPathElement.createSVGPathSegMovetoRel')
  2. @DocsEditable()
PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y)

Source

@DomName('SVGPathElement.createSVGPathSegMovetoRel')
@DocsEditable()
PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegMovetoRel_Callback_2_(this, x, y);