PersistedWorktreeSession constructor

const PersistedWorktreeSession({
  1. required String path,
  2. required String branch,
  3. SessionId? sessionId,
})

Implementation

const PersistedWorktreeSession({
  required this.path,
  required this.branch,
  this.sessionId,
});