NeuerWebhook constructor

const NeuerWebhook({
  1. required PartnerWebhook webhook,
  2. required String secret,
})

Implementation

const NeuerWebhook({required this.webhook, required this.secret});