GetWebhookResult constructor

GetWebhookResult({
  1. required Webhook webhook,
})

Implementation

GetWebhookResult({
  required this.webhook,
});