getItem method

DOMPoint getItem(
  1. int index
)

Implementation

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