WorktreeSessionInfo constructor
const
WorktreeSessionInfo({})
Implementation
const WorktreeSessionInfo({
required this.originalCwd,
required this.worktreePath,
required this.worktreeName,
this.originalBranch,
required this.sessionId,
this.hookBased,
});