WebpushNotification constructor

WebpushNotification({
  1. String? title,
  2. String? body,
  3. String? icon,
})

Implementation

WebpushNotification({
  this.title,
  this.body,
  this.icon,
});