SystemEvent constructor
SystemEvent({})
Implementation
SystemEvent({required this.eventName, required super.sessionId, this.systemInfo = const {}, this.level = 'info', this.source, DateTime? timestamp})
: super(eventId: LogEvent.generateEventId(), timestamp: timestamp ?? DateTime.now(), type: LogEventType.systemEvent);