menu
kitawi package
documentation
kitawi.dart
IDBObjectStoreParameters
IDBObjectStoreParameters factory constructor
IDBObjectStoreParameters factory constructor
dark_mode
light_mode
IDBObjectStoreParameters
constructor
IDBObjectStoreParameters
(
{
JSAny
?
keyPath
,
bool
autoIncrement
,
})
Implementation
external factory IDBObjectStoreParameters({ JSAny? keyPath, bool autoIncrement, });
kitawi package
documentation
kitawi
IDBObjectStoreParameters
IDBObjectStoreParameters factory constructor
IDBObjectStoreParameters extension type