LocationNotificationModel constructor
      
      LocationNotificationModel({})
     
    
    
Implementation
LocationNotificationModel({
  this.lat,
  this.long,
  this.atsignCreator,
  this.receiver,
  this.from,
  this.to,
  this.isRequest = false,
  this.isAcknowledgment = false,
  this.isAccepted = false,
  this.isExited = false,
  this.isSharing = true,
  this.updateMap = false,
  this.rePrompt = false,
});