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