DeveloperConnectEventConfig constructor

DeveloperConnectEventConfig({
  1. String? gitRepositoryLink,
  2. String? gitRepositoryLinkType,
  3. PullRequestFilter? pullRequest,
  4. PushFilter? push,
})

Implementation

DeveloperConnectEventConfig({
  this.gitRepositoryLink,
  this.gitRepositoryLinkType,
  this.pullRequest,
  this.push,
});