IDBVersionChangeEventInit constructor

IDBVersionChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. int oldVersion,
  5. int? newVersion,
})

Implementation

external factory IDBVersionChangeEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  int oldVersion,
  int? newVersion,
});