WebhookFilterGroup constructor

const WebhookFilterGroup({
  1. Input<List<WebhookFilterGroupFilter>?>? filters,
})

Creates a new WebhookFilterGroup. filters A webhook filter for the group. See filter for details.

Implementation

const WebhookFilterGroup({
  this.filters,
});