LocationData constructor
LocationData({})
Implementation
LocationData({
required this.latitude,
required this.longitude,
required this.accuracy,
this.altitude,
this.speed,
this.speedAccuracy,
this.heading,
required this.timestamp,
this.isMocked = false,
});