CheckoutToBranchCommand constructor

CheckoutToBranchCommand(
  1. Repository repository,
  2. Branch branch,
  3. String? commitSha
)

Implementation

CheckoutToBranchCommand(this.repository, this.branch, this.commitSha);