index method

IDBIndex index(
  1. String name
)

Implementation

IDBIndex index(String name) => js_util.callMethod(this, 'index', [name]);