PrivacyZoneResult constructor
Implementation
const PrivacyZoneResult({
required this.originalLocation,
this.processedLocation,
this.matchedZones = const [],
this.wasExcluded = false,
this.wasObfuscated = false,
});
const PrivacyZoneResult({
required this.originalLocation,
this.processedLocation,
this.matchedZones = const [],
this.wasExcluded = false,
this.wasObfuscated = false,
});