createObjectStore property
IDBObjectStore Function(String, [IDBObjectStoreParameters?])
get
createObjectStore
Implementation
_i3.IDBObjectStore Function(
_i2.String, [
_i3.IDBObjectStoreParameters?,
]) get createObjectStore => (
_i2.String p0, [
_i3.IDBObjectStoreParameters? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'createObjectStore',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined,
],
);
set
createObjectStore
(IDBObjectStore value(String, [IDBObjectStoreParameters?]))
Implementation
set createObjectStore(
_i3.IDBObjectStore Function(
_i2.String, [
_i3.IDBObjectStoreParameters?,
]) value) {
_i4.setProperty(
this,
'createObjectStore',
_i4.allowInterop(value),
);
}