UpdateWebhookResult constructor

UpdateWebhookResult({
  1. required Webhook webhook,
})

Implementation

UpdateWebhookResult({
  required this.webhook,
});