WebhookEnvelope constructor
const
WebhookEnvelope({})
Implementation
const WebhookEnvelope({
required this.id,
required this.event,
this.createdOn,
this.accountId,
this.projectId,
this.triggerId,
this.data,
});