CreateWebhookOutput constructor

CreateWebhookOutput({
  1. Webhook? webhook,
})

Implementation

CreateWebhookOutput({
  this.webhook,
});