SecurityLogEntry constructor
const
SecurityLogEntry({})
Creates a structured log entry.
Implementation
const SecurityLogEntry({
required this.timestamp,
required this.layerName,
required this.userId,
required this.ipAddress,
required this.message,
});