webhookTypeToJson function
Implementation
String? webhookTypeToJson(enums.WebhookType? webhookType) {
return enums.$WebhookTypeMap[webhookType];
}
String? webhookTypeToJson(enums.WebhookType? webhookType) {
return enums.$WebhookTypeMap[webhookType];
}