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