LocationDataModel constructor

LocationDataModel(
  1. Map<String, LocationSharingFor> locationSharingFor,
  2. double? lat,
  3. double? long,
  4. DateTime lastUpdatedAt,
  5. String sender,
  6. String receiver,
)

Enhancement: add a bool for retry

Implementation

LocationDataModel(this.locationSharingFor, this.lat, this.long,
    this.lastUpdatedAt, this.sender, this.receiver);