WebhookFilter constructor
WebhookFilter({
- required String pattern,
- required WebhookFilterType type,
- bool? excludeMatchedPattern,
Implementation
WebhookFilter({
required this.pattern,
required this.type,
this.excludeMatchedPattern,
});