initialize method

SVGTransform initialize(
  1. SVGTransform newItem
)

Implementation

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