Notification constructor
      
      Notification({})
     
    
    
Implementation
Notification({
  required this.actions,
  required this.event,
  this.profileTag,
  required this.read,
  required this.roomId,
  required this.ts,
});Notification({
  required this.actions,
  required this.event,
  this.profileTag,
  required this.read,
  required this.roomId,
  required this.ts,
});