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