EventLine constructor
const
EventLine({})
Implementation
const EventLine({
super.key,
required this.previous,
required this.message,
required this.next,
required this.room,
required this.path,
this.agentName,
});