PartnerWebhook constructor
const
PartnerWebhook({})
Implementation
const PartnerWebhook({
required this.webhookId,
required this.url,
required this.events,
required this.aktiv,
required this.beschreibung,
required this.createdAt,
required this.letzteZustellung,
required this.fehlerInFolge,
});