get method

dynamic get(
  1. int index
)

Implementation

dynamic get(int index) => js_util.callMethod(this, 'get', [index]);