appendItem method

SVGLength appendItem(
  1. SVGLength newItem
)

Implementation

SVGLength appendItem(SVGLength newItem) =>
    js_util.callMethod(this, 'appendItem', [newItem]);