StorageEvent constructor

StorageEvent(
  1. String type, [
  2. StorageEventInit? eventInitDict
])

Implementation

factory StorageEvent(
  _i2.String type, [
  _i3.StorageEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredStorageEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );