WebNotificationDetails constructor

WebNotificationDetails({
  1. String? icon,
  2. String? dir,
  3. String? tag,
  4. String? lang,
})

Implementation

WebNotificationDetails({
  this.icon,
  this.dir,
  this.tag,
  this.lang,
});