PushEvent constructor

PushEvent(
  1. String type, [
  2. PushEventInit? eventInitDict
])

Implementation

factory PushEvent(
  _i2.String type, [
  _i3.PushEventInit? eventInitDict,
]) =>
    _i4.callConstructor(
      _declaredPushEvent,
      [
        type,
        eventInitDict ?? _i6.undefined,
      ],
    );