WebhookDestination_ constructor
WebhookDestination_({
- String? postUrl,
Implementation
factory WebhookDestination_({
$core.String? postUrl,
}) {
final $result = create();
if (postUrl != null) {
$result.postUrl = postUrl;
}
return $result;
}