copyWithWrapped method
Implementation
ConvAIWebhooks copyWithWrapped({Wrapped<dynamic>? postCallWebhookId}) {
return ConvAIWebhooks(
postCallWebhookId: (postCallWebhookId != null
? postCallWebhookId.value
: this.postCallWebhookId));
}