SpoofDetectionEvent constructor
Creates a spoof detection event.
Implementation
SpoofDetectionEvent({
required this.location,
this.previousLocation,
required this.factors,
required this.confidence,
this.wasBlocked = false,
Map<String, dynamic>? details,
DateTime? timestamp,
}) : details = details ?? const {},
timestamp = timestamp ?? DateTime.now();