1. @DomName('SVGPathElement.createSVGPathSegClosePath')
  2. @DocsEditable()
PathSegClosePath createSvgPathSegClosePath()

Source

@DomName('SVGPathElement.createSVGPathSegClosePath')
@DocsEditable()
PathSegClosePath createSvgPathSegClosePath() =>
    _blink.BlinkSVGPathElement.instance
        .createSVGPathSegClosePath_Callback_0_(this);