ObjectStore constructor
ObjectStore({
- required String name,
- required KeyPath keyPath,
- required bool autoIncrement,
- required List<
ObjectStoreIndex> indexes,
Implementation
ObjectStore(
{required this.name,
required this.keyPath,
required this.autoIncrement,
required this.indexes});