NotificationEventInit constructor

NotificationEventInit({
  1. String? action,
  2. Notification? notification,
})

Implementation

factory NotificationEventInit({
  _i2.String? action,
  _i3.Notification? notification,
}) =>
    NotificationEventInit._(
      action: action,
      notification: notification ?? _i6.undefined,
    );