num x2

Source

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

Source

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