LocationData constructor
LocationData({})
Constructs LocationData.
Implementation
LocationData({
required this.latitude,
required this.longitude,
required this.altitude,
required this.accuracy,
required this.speed,
});