NorbixWebhookError constructor
const
NorbixWebhookError({})
Implementation
const NorbixWebhookError({
required super.message,
super.code = 'WEBHOOK_ERROR',
super.status,
super.details,
});
const NorbixWebhookError({
required super.message,
super.code = 'WEBHOOK_ERROR',
super.status,
super.details,
});