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