menu
idb_shim package
documentation
sdb.dart
SdbKeyPath
SdbKeyPath.multi factory constructor
SdbKeyPath.multi factory constructor
dark_mode
light_mode
SdbKeyPath.multi
constructor
SdbKeyPath.multi
(
List
<
String
>
keyPaths
)
Create multi key path
Implementation
factory SdbKeyPath.multi(List<String> keyPaths) => _SdbKeyMultiPath(keyPaths);
idb_shim package
documentation
sdb
SdbKeyPath
SdbKeyPath.multi factory constructor
SdbKeyPath class