PullRepositoryInitializer constructor

PullRepositoryInitializer(
  1. String remoteName,
  2. String? branchName
)

Implementation

PullRepositoryInitializer(this.remoteName, this.branchName);