v1SharedVoicesGetCategoryExplodedListToJson function
Implementation
String v1SharedVoicesGetCategoryExplodedListToJson(
List<enums.V1SharedVoicesGetCategory>? v1SharedVoicesGetCategory) {
return v1SharedVoicesGetCategory?.map((e) => e.value!).join(',') ?? '';
}