objectStore property
IDBObjectStore
get
objectStore
Returns the IDBObjectStore the index belongs to.
Implementation
_i3.IDBObjectStore get objectStore => _i4.getProperty(
this,
'objectStore',
);