LocationDataModel constructor
LocationDataModel({})
Implementation
LocationDataModel({
this.id,
required this.latitude,
required this.longitude,
this.altitude,
this.speed,
this.heading,
this.accuracy,
required this.timestamp,
});