NeuerWebhook constructor
const
NeuerWebhook({
- required PartnerWebhook webhook,
- required String secret,
Implementation
const NeuerWebhook({required this.webhook, required this.secret});