WebhookHeaders constructor
WebhookHeaders({
- List<
WebhookHeaderNameValue> headers = const [],
Returns a new WebhookHeaders instance.
Implementation
WebhookHeaders({
this.headers = const [],
});