Source
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') @DocsEditable() num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(this);
Source
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') @DocsEditable() set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Setter_(this, value);