WebhookHeaderNameValue constructor
Returns a new WebhookHeaderNameValue instance.
Implementation
WebhookHeaderNameValue({
required this.name,
required this.value,
});
Returns a new WebhookHeaderNameValue instance.
WebhookHeaderNameValue({
required this.name,
required this.value,
});