Notification constructor

Notification(
  1. String key,
  2. String message
)

Implementation

Notification(this.key, this.message);