WebpushNotification constructor

WebpushNotification({
  1. String? title,
  2. Map<String, Object?>? customData,
  3. List<WebpushNotificationAction>? actions,
  4. String? badge,
  5. String? body,
  6. Object? data,
  7. WebpushNotificationDirection? dir,
  8. String? icon,
  9. String? image,
  10. String? lang,
  11. bool? renotify,
  12. bool? requireInteraction,
  13. bool? silent,
  14. String? tag,
  15. int? timestamp,
  16. List<num>? vibrate,
})

Implementation

WebpushNotification({
  this.title,
  this.customData,
  this.actions,
  this.badge,
  this.body,
  this.data,
  this.dir,
  this.icon,
  this.image,
  this.lang,
  this.renotify,
  this.requireInteraction,
  this.silent,
  this.tag,
  this.timestamp,
  this.vibrate,
});