objectStore property

IDBObjectStore Function(String) get objectStore

Implementation

_i3.IDBObjectStore Function(_i2.String) get objectStore =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'objectStore',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set objectStore (IDBObjectStore value(String))

Implementation

set objectStore(_i3.IDBObjectStore Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'objectStore',
    _i4.allowInterop(value),
  );
}