StorageEvent constructor
StorageEvent(})
Implementation
StorageEvent(
super.type, {
this.key,
this.newValue,
this.oldValue,
this.storageArea,
this.url,
super.canBubble = false,
bool super.cancelable = false,
}) : super.internal();