v1SharedVoicesGetCategoryToJson function

String? v1SharedVoicesGetCategoryToJson(
  1. V1SharedVoicesGetCategory v1SharedVoicesGetCategory
)

Implementation

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