WorktreeSession constructor
const
WorktreeSession({})
Implementation
const WorktreeSession({
required this.originalCwd,
required this.worktreePath,
required this.worktreeName,
this.worktreeBranch,
this.originalBranch,
this.originalHeadCommit,
required this.sessionId,
this.tmuxSessionName,
this.hookBased = false,
this.creationDurationMs,
this.usedSparsePaths = false,
});