WebhookRedriveResult constructor
Returns a new WebhookRedriveResult instance.
Implementation
WebhookRedriveResult({
required this.webhookResultId,
required this.success,
this.message,
});
Returns a new WebhookRedriveResult instance.
WebhookRedriveResult({
required this.webhookResultId,
required this.success,
this.message,
});