Pusher constructor
      
      Pusher({})
     
    
    
Implementation
Pusher({
  required this.appId,
  required this.pushkey,
  required this.appDisplayName,
  required this.data,
  required this.deviceDisplayName,
  required this.kind,
  required this.lang,
  this.profileTag,
});