initialize method

SVGLength initialize(
  1. SVGLength newItem
)

Implementation

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