Source
@DomName('SVGPathSegCurvetoCubicSmoothRel.x')
@DocsEditable()
num get x =>
_blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(this);
Source
@DomName('SVGPathSegCurvetoCubicSmoothRel.x')
@DocsEditable()
set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance
.x_Setter_(this, value);