v1SharedVoicesGetCategoryToJson function
Implementation
String? v1SharedVoicesGetCategoryToJson(
enums.V1SharedVoicesGetCategory v1SharedVoicesGetCategory) {
return v1SharedVoicesGetCategory.value;
}
String? v1SharedVoicesGetCategoryToJson(
enums.V1SharedVoicesGetCategory v1SharedVoicesGetCategory) {
return v1SharedVoicesGetCategory.value;
}