copyWith method

ConvAIWebhooks copyWith({
  1. dynamic postCallWebhookId,
})

Implementation

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