NotificationMessagePayload constructor
      
      NotificationMessagePayload({})
     
    
    
Implementation
NotificationMessagePayload({
  this.tag,
  this.body,
  this.icon,
  this.badge,
  this.color,
  this.sound,
  this.title,
  this.bodyLocKey,
  this.bodyLocArgs,
  this.clickAction,
  this.titleLocKey,
  this.titleLocArgs,
});