1. @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
  2. @DocsEditable()
PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y)

Source

@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
@DocsEditable()
PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(
        num x, num y) =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(this, x, y);