SessionMetadata constructor
const
SessionMetadata({})
Implementation
const SessionMetadata({
required this.sessionId,
this.customTitle,
this.aiTitle,
this.firstPrompt,
this.lastPrompt,
this.tag,
this.agentName,
this.agentColor,
this.agentSetting,
this.mode,
this.lastModified,
this.fileSize,
this.worktreeSession,
this.prLink,
});