NotificationEvent constructor
NotificationEvent(
- NotificationAction? action,
- SalesIQNotificationPayload? payload
Implementation
NotificationEvent(this.action, this.payload);