1. DomName('SVGPathElement.createSVGPathSegMovetoAbs')
  2. DocsEditable()
PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y)

Source

@DomName('SVGPathElement.createSVGPathSegMovetoAbs')
@DocsEditable()
PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this), x, y));