CreateWebhookResult constructor

CreateWebhookResult({
  1. required Webhook webhook,
})

Implementation

CreateWebhookResult({
  required this.webhook,
});