WebhookFilter constructor

WebhookFilter({
  1. required String pattern,
  2. required WebhookFilterType type,
  3. bool? excludeMatchedPattern,
})

Implementation

WebhookFilter({
  required this.pattern,
  required this.type,
  this.excludeMatchedPattern,
});