LocationData constructor
LocationData({})
Implementation
LocationData({
required this.latitude,
required this.longitude,
required this.accuracy,
required this.altitude,
required this.speed,
required this.bearing,
required this.timestamp,
this.isBackground = false,
this.provider,
});