copyWith method
Implementation
ConvAIWebhooks copyWith({dynamic postCallWebhookId}) {
return ConvAIWebhooks(
postCallWebhookId: postCallWebhookId ?? this.postCallWebhookId);
}
ConvAIWebhooks copyWith({dynamic postCallWebhookId}) {
return ConvAIWebhooks(
postCallWebhookId: postCallWebhookId ?? this.postCallWebhookId);
}