NotificationButton constructor

NotificationButton(
  1. String title,
  2. String actionId
)

Implementation

NotificationButton(String title, String actionId) {
  this.actionId = actionId;
  this.title = title;
}