WebhookEvent constructor
const
WebhookEvent({})
Implementation
const WebhookEvent({
required this.name,
required this.deliveryId,
this.createdOn,
this.triggerId,
this.correlationId,
this.accountId,
this.projectId,
this.integrationId,
this.destinationId,
this.verified,
required this.metadata,
required this.raw,
});