NotificationAction constructor

const NotificationAction(
  1. String key,
  2. String label
)

Creates a new notification action.

Implementation

const NotificationAction(this.key, this.label);