WebhookInfo constructor

WebhookInfo([
  1. void b(
    1. WebhookInfoBuilder
    )?
])

Creates a new WebhookInfo object using the builder pattern.

Implementation

factory WebhookInfo([void Function(WebhookInfoBuilder)? b]) = _$WebhookInfo;