webhookOperationToJson function
Implementation
String? webhookOperationToJson(enums.WebhookOperation webhookOperation) {
return webhookOperation.value;
}
String? webhookOperationToJson(enums.WebhookOperation webhookOperation) {
return webhookOperation.value;
}