Source
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y') @DocsEditable() num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(this);
Source
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y') @DocsEditable() set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Setter_(this, value);