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