webhookTypeToJson function

String? webhookTypeToJson(
  1. WebhookType? webhookType
)

Implementation

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