RepositoryEventConfig constructor

RepositoryEventConfig({
  1. PullRequestFilter? pullRequest,
  2. PushFilter? push,
  3. String? repository,
  4. String? repositoryType,
})

Implementation

RepositoryEventConfig({
  this.pullRequest,
  this.push,
  this.repository,
  this.repositoryType,
});