StorageEventInit constructor

StorageEventInit({
  1. String? key,
  2. String? newValue,
  3. String? oldValue,
  4. Storage? storageArea,
  5. String? url,
  6. bool? bubbles,
  7. bool? cancelable,
  8. bool? composed,
})

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,
    );