1. @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
  2. @DocsEditable()
PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y)

Source

@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
@DocsEditable()
PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(
        num x, num y) =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(this, x, y);