RepoSource constructor

RepoSource({
  1. String? branchName,
  2. String? commitSha,
  3. String? dir,
  4. bool? invertRegex,
  5. String? projectId,
  6. String? repoName,
  7. Map<String, String>? substitutions,
  8. String? tagName,
})

Implementation

RepoSource({
  this.branchName,
  this.commitSha,
  this.dir,
  this.invertRegex,
  this.projectId,
  this.repoName,
  this.substitutions,
  this.tagName,
});