SdbIndexSchema constructor
SdbIndexSchema(
- SdbIndexRef<
SdbKey, SdbValue, SdbIndexKey> ref, - SdbKeyPath keyPath, {
- bool unique = false,
Index schema
Implementation
SdbIndexSchema(this.ref, this.keyPath, {this.unique = false});