CloneRepositoryInitializer constructor

CloneRepositoryInitializer(
  1. String remotePath,
  2. String? branchName,
  3. String localPath
)

Implementation

CloneRepositoryInitializer(this.remotePath, String? branchName, this.localPath) : branchName = branchName ?? defaultBranch;