ObjectStoreIndex constructor

ObjectStoreIndex({
  1. required String name,
  2. required KeyPath keyPath,
  3. required bool unique,
  4. required bool multiEntry,
})

Implementation

ObjectStoreIndex({
  required this.name,
  required this.keyPath,
  required this.unique,
  required this.multiEntry,
});