Source
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
@DocsEditable()
num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(this);
Source
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
@DocsEditable()
set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Setter_(this, value);