1. @DomName('SVGPathElement.createSVGPathSegLinetoAbs')
  2. @DocsEditable()
PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y)

Source

@DomName('SVGPathElement.createSVGPathSegLinetoAbs')
@DocsEditable()
PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegLinetoAbs_Callback_2_(this, x, y);