NotificationEvent.internal constructor

NotificationEvent.internal({
  1. String? action,
  2. Notification? notification,
  3. String? reply,
})

Implementation

NotificationEvent.internal({this.action, this.notification, this.reply})
    : super._('Notification');