RepoSource constructor

RepoSource({
  1. String? branchName,
  2. String? tagName,
  3. String? commitSha,
  4. String projectId = '',
  5. String repoName = '',
  6. String dir = '',
  7. bool invertRegex = false,
})

Implementation

RepoSource({
  this.branchName,
  this.tagName,
  this.commitSha,
  this.projectId = '',
  this.repoName = '',
  this.dir = '',
  this.invertRegex = false,
}) : super(fullyQualifiedName);