idbIndex top-level property

dynamic get idbIndex

IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database. An index is a kind of object store for looking up records in another object store, called the referenced object store. You use this interface to retrieve data.

MDN Reference

Implementation

_i2.dynamic get idbIndex => _i4.getProperty(
      _self,
      'IDBIndex',
    );