GitRepoSource constructor

GitRepoSource({
  1. String? bitbucketServerConfig,
  2. String? githubEnterpriseConfig,
  3. String? ref,
  4. String? repoType,
  5. String? repository,
  6. String? uri,
})

Implementation

GitRepoSource({
  this.bitbucketServerConfig,
  this.githubEnterpriseConfig,
  this.ref,
  this.repoType,
  this.repository,
  this.uri,
});