WebhookDestination_ constructor

WebhookDestination_({
  1. String? postUrl,
})

Implementation

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