SecurityEvent constructor
SecurityEvent({})
Implementation
SecurityEvent({
required this.type,
required this.ipAddress,
this.path,
this.attempts,
this.blockedUntil,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();