SessionStartedEvent constructor
const
SessionStartedEvent({})
Implementation
const SessionStartedEvent({
required super.timestamp,
super.sessionId,
super.metadata,
this.workingDirectory,
this.profile,
this.isResume = false,
});