PullRequestFilter constructor

PullRequestFilter({
  1. String? branch,
  2. String? commentControl,
  3. bool? invertRegex,
})

Implementation

PullRequestFilter({
  this.branch,
  this.commentControl,
  this.invertRegex,
});