WebhookList constructor

WebhookList({
  1. required int total,
  2. required List<Webhook> webhooks,
})

Implementation

WebhookList({
  required this.total,
  required this.webhooks,
});