SdbIndexSchema constructor

SdbIndexSchema(
  1. SdbIndexRef<SdbKey, SdbValue, SdbIndexKey> ref,
  2. SdbKeyPath keyPath, {
  3. bool unique = false,
})

Index schema

Implementation

SdbIndexSchema(this.ref, this.keyPath, {this.unique = false});