1. @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
  2. @DocsEditable()
PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2)

Source

@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
@DocsEditable()
PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(
        num x, num y, num x2, num y2) =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_(
            this, x, y, x2, y2);