StorageEventInit constructor
StorageEventInit({})
Implementation
factory StorageEventInit({
_i2.String? key,
_i2.String? newValue,
_i2.String? oldValue,
_i3.Storage? storageArea,
_i2.String? url,
_i2.bool? bubbles,
_i2.bool? cancelable,
_i2.bool? composed,
}) =>
StorageEventInit._(
key: key ?? _i6.undefined,
newValue: newValue ?? _i6.undefined,
oldValue: oldValue ?? _i6.undefined,
storageArea: storageArea ?? _i6.undefined,
url: url,
bubbles: bubbles,
cancelable: cancelable,
composed: composed,
);