IDBObjectStoreParameters constructor

IDBObjectStoreParameters({
  1. JSAny? keyPath,
  2. bool autoIncrement,
})

Implementation

external factory IDBObjectStoreParameters({
  JSAny? keyPath,
  bool autoIncrement,
});