objectStore property

IDBObjectStore get objectStore

Returns the IDBObjectStore the index belongs to.

MDN Reference

Implementation

_i3.IDBObjectStore get objectStore => _i4.getProperty(
      this,
      'objectStore',
    );