num x

Source

@DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
@DocsEditable()
num get x =>
    _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(this);
void x=(num value)

Source

@DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
@DocsEditable()
set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance
    .x_Setter_(this, value);