NotificationEvent constructor

NotificationEvent(
  1. NotificationAction? action,
  2. SalesIQNotificationPayload? payload
)

Implementation

NotificationEvent(this.action, this.payload);