getItem method

SVGNumber getItem(
  1. int index
)

Implementation

SVGNumber getItem(int index) => js_util.callMethod(this, 'getItem', [index]);