NotificationAction constructor

NotificationAction(
  1. String id,
  2. String title
)

Creates a NotificationAction with id and title.

Implementation

NotificationAction(this.id, this.title);