SdbStoreSchema constructor
SdbStoreSchema(
- SdbStoreRef<
SdbKey, SdbValue> ref, { - SdbKeyPath? keyPath,
- bool autoIncrement = false,
- List<
SdbIndexSchema> indexes = const [],
Store schema
Implementation
SdbStoreSchema(
this.ref, {
this.keyPath,
this.autoIncrement = false,
this.indexes = const [],
});