eventTypeToJson function

String? eventTypeToJson(
  1. ChatwootEventType? actionType
)

Implementation

String? eventTypeToJson(ChatwootEventType? actionType) {
  return actionType.toString();
}