schema method
Create store schema, keyPath is String, a List<String> or SdbKeyPath
Implementation
SdbIndexSchema schema({required Object keyPath, bool? unique}) {
return impl.indexSchema(keyPath: keyPath, unique: unique);
}
Create store schema, keyPath is String, a List<String> or SdbKeyPath
SdbIndexSchema schema({required Object keyPath, bool? unique}) {
return impl.indexSchema(keyPath: keyPath, unique: unique);
}