NotificationActionEvent constructor

const NotificationActionEvent(
  1. String id,
  2. String actionId
)

Implementation

const NotificationActionEvent(super.id, this.actionId);