WebhookInfo constructor
WebhookInfo([
- void b()?
Creates a new WebhookInfo object using the builder pattern.
Implementation
factory WebhookInfo([void Function(WebhookInfoBuilder)? b]) = _$WebhookInfo;
Creates a new WebhookInfo object using the builder pattern.
factory WebhookInfo([void Function(WebhookInfoBuilder)? b]) = _$WebhookInfo;