PathSeg appendItem(
PathSeg newItem
)

Not documented.

Source

@DomName('SVGPathSegList.appendItem')
@DocsEditable()
PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem));