1. DomName('IDBObjectStore.index')
  2. DocsEditable()
Index index(String name)

Source

@DomName('IDBObjectStore.index')
@DocsEditable()
Index index(String name) => wrap_jso(_blink.BlinkIDBObjectStore.instance.index_Callback_1_(unwrap_jso(this), name));