LocationNotificationModel constructor
LocationNotificationModel({})
Implementation
LocationNotificationModel({
this.key,
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,
});