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

Source

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