WebhookHeaders constructor

WebhookHeaders({
  1. List<WebhookHeaderNameValue> headers = const [],
})

Returns a new WebhookHeaders instance.

Implementation

WebhookHeaders({
  this.headers = const [],
});