PushFilter constructor

PushFilter({
  1. String? branch,
  2. bool? invertRegex,
  3. String? tag,
})

Implementation

PushFilter({
  this.branch,
  this.invertRegex,
  this.tag,
});