Source
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
@DocsEditable()
num get y =>
_blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter_(this);
Source
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
@DocsEditable()
set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance
.y_Setter_(this, value);