SdbStoreSchema constructor

SdbStoreSchema(
  1. SdbStoreRef<SdbKey, SdbValue> ref, {
  2. SdbKeyPath? keyPath,
  3. bool autoIncrement = false,
  4. List<SdbIndexSchema> indexes = const [],
})

Store schema

Implementation

SdbStoreSchema(
  this.ref, {
  this.keyPath,
  this.autoIncrement = false,
  this.indexes = const [],
});