ApiV1WebhooksGet200Response constructor

ApiV1WebhooksGet200Response({
  1. List<Webhook> webhooks = const [],
})

Returns a new ApiV1WebhooksGet200Response instance.

Implementation

ApiV1WebhooksGet200Response({
  this.webhooks = const [],
});