StorageEventInit constructor
StorageEventInit({})
Implementation
external factory StorageEventInit({
bool bubbles,
bool cancelable,
bool composed,
String? key,
String? oldValue,
String? newValue,
String url,
Storage? storageArea,
});