LocationQuality constructor
Implementation
const LocationQuality({
required this.location,
required this.accuracyScore,
required this.speedScore,
required this.jitterScore,
required this.overallScore,
required this.isSpoofSuspected,
});
const LocationQuality({
required this.location,
required this.accuracyScore,
required this.speedScore,
required this.jitterScore,
required this.overallScore,
required this.isSpoofSuspected,
});