BranchCommand constructor

BranchCommand({
  1. required String getSessionId(),
  2. required String getCwd(),
  3. required String getTranscriptPath(),
  4. Future<void> onResume(
    1. String sessionId,
    2. String forkPath,
    3. String mode
    )?,
})

Implementation

BranchCommand({
  required this.getSessionId,
  required this.getCwd,
  required this.getTranscriptPath,
  this.onResume,
});